TZDB for Delphi Documentation by pasdoc 2018-03-04
Unit TZDB
Functions and Procedures Constants Variables
Description
General conditional section. Checks for specific RTL "features" shared across FreePascal and different versions of Delphi. Recommended version is Delphi XE though ...
Uses
- SysUtils
- DateUtils
- Classes
- Types
Overview
Classes, Interfaces, Objects and Records
Class ELocalTimeInvalid |
<summary>Exception thrown when the passed local time is invalid.</summary> |
Class ETimeZoneInvalid |
<summary>Exception type used to signal the caller code that a requested time zone is not present in the bundled database or that its format is invalid.</summary> |
Class TBundledTimeZone |
<summary>A timezone class implementation that retreives its data from the bundled database.</summary> <remarks>This class inherits the standard <c>TTimeZone</c> class in Delphi XE.</remarks> |
Types
Description
Types
TLocalTimeType = (...); |
<summary>Defines four types that a local date/time type can be in.</summary>
Values
-
lttStandard: <summary>The local time is in the Standard year period.</summary>
-
lttDaylight: <summary>The local time is in the DST year period.</summary>
-
lttAmbiguous: <summary>The local time is in DST -> Standard year period.</summary>
-
lttInvalid: <summary>The local time is in the Standard -> DST year period.</summary>
|
prepared by M.Taylor
Generated by PasDoc 0.15.0.
|