[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 2055
type TGTimeZone = object |
||
function new(); deprecated ; |
|
|
function new_local; |
|
|
function new_offset(); |
|
|
function new_utc; |
|
|
function adjust_time(); |
|
|
function find_interval(); |
|
|
function get_abbreviation(); |
|
|
function get_identifier; |
|
|
function get_offset(); |
|
|
function is_dst(); |
|
|
function ref; |
|
|
procedure unref; |
|
|
end; |
|