TTMSFNCCloudIPLocalizationIPTimeZone Record
Holds the time zone details associated with a resolved IP address.
API unit family: TMSFNCCloudIPLocalization
Syntax
TTMSFNCCloudIPLocalizationIPTimeZone = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Abbreviation |
string |
The short time zone abbreviation, for example CET. |
CurrentTime |
TTime |
The current local time reported for the time zone. |
GMTOffset |
Double |
The offset from GMT, expressed in hours. |
IsDaylightSavingsTime |
Boolean |
Indicates whether daylight saving time is currently in effect. Returns True when the time zone is observing daylight saving time. |
Name |
string |
The IANA time zone name, for example Europe/Brussels. |