UtilsLib Xojo plugin

LocaleInfo.TimeZoneName Method

To get the name of the current time zone use the TimeZoneName function.

shared TimeZoneName() as String

Parameters

Returns

String

Remarks

What this function returns is operating system specific, and may vary greatly between operating systems.
On unsupported systems this function returns a empty string.

Note:
This function is not supported on MacOS Classic.

See Also

LocaleInfo Class