Xojo.Core.TimeZone.Abbreviation

From Xojo Documentation

Read-Only Property (As Text )
TextValue = aXojo.Core.TimeZone.Abbreviation

Supported for all project types and targets.

The abbreviation for the time zone.

Sample Code

Get the abbreviation for the current time zone:

Var tz As Text
tz = Xojo.Core.TimeZone.Current.Abbreviation
// tz = "America/New_York", if in US Eastern Time Zone