TTMSFNCTimeZone Class
Non-visual component that provides time zone functionality.
API unit family: TMSFNCTimeZone
Inherits from: TTMSFNCCustomTimeZone
Syntax
TTMSFNCTimeZone = class(TTMSFNCCustomTimeZone)
Properties
| Name | Description |
|---|---|
| APIKey | API key used to authenticate requests to the service. (inherited from TTMSFNCCustomTimeZone) |
| Service | Selects the service provider used to execute requests. (inherited from TTMSFNCCustomTimeZone) |
| TimeZoneInstance | Provides the service instance used to execute time zone requests. (inherited from TTMSFNCCustomTimeZone) |
| TimeZoneProperties | Provides access to the time zone service property provider. (inherited from TTMSFNCCustomTimeZone) |
| TimeZoneRequests | Provides access to the collection of time zone requests. (inherited from TTMSFNCCustomTimeZone) |
Events
| Name | Description |
|---|---|
| OnGetTimeZone | Occurs when a time zone request is sent. (inherited from TTMSFNCCustomTimeZone) |
| OnGetTimeZoneResult | Occurs when a time zone result is returned. (inherited from TTMSFNCCustomTimeZone) |