Unit 'DateUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TTimeZone

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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]

  property Local: TTimeZone; [r]

end;

Inheritance

TTimeZone

|

TObject

  

Base class of all classes.


Documentation generated on: Feb 20 2025