Table of Contents

TMS FNC Time Zone — Guides

Querying by coordinate

Set Request.Coordinate.Latitude and Request.Coordinate.Longitude and call GetTimeZone. The service returns the timezone information for that geographic location.

Result fields

Each TTMSFNCTimeZoneItem provides:

  • TimeZoneID — IANA timezone identifier (e.g. America/New_York).
  • TimeZoneName — human-readable timezone name.
  • RawOffset — UTC offset in seconds, excluding daylight saving time.
  • DSTOffset — additional daylight saving offset in seconds.

Service backends

Set the Service property to choose the provider. See ITMSFNCTimeZoneService for the interface implemented by each backend.

See also