System.DateUtils.TTimeZone

Delphi
TTimeZone = class abstract
C++
class PASCALIMPLEMENTATION TTimeZone : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.DateUtils.pas System.DateUtils.hpp |
System.DateUtils | System.DateUtils |
Description
TTimeZone offers a set of tools for timezone support.
The TTimeZone class offers a set of properties and methods for conversions between local time, as seen by the user's current time zone, and universal time.
Warning: Do not try to instantiate the TTimeZone class because it is an abstract class. Use the TTimeZone.Local static property instead to get access to an instance of TTimeZone.