[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dateutil.inc line 601
type TTimeZone = class |
public |
class constructor Init; |
destructor Done; |
function GetUtcOffset(); |
function ToUniversalTime(); |
function ToLocalTime(); |
function GetDisplayName(); |
function GetAbbreviation(); |
function GetLocalTimeType(); |
function HasDST(); |
function IsStandardTime(); |
function IsInvalidTime(); |
function IsAmbiguousTime(); |
function IsDaylightTime(); |
property ID: string; [r] |
property DisplayName: string; [r] |
property Abbreviation: string; [r] |
property UtcOffset: TTimeSpan; [r] |
end; |
| | ||
|
Base class of all classes. |