TimeZone
From Xojo Documentation
Class (inherits from Object)
New in 2019r2
Used to identify a time zone in relationship to a Date.
Properties | ||
|
Constructors | ||
|
Shared Methods | |
|
Notes
Use any valid timezone. A list of common time zones is available here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Sample Code
Creates a DateTime for Berlin timezone that matches the local timezone's hours and minutes:
See Also
DateTime class