Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
Xojo.Core.TimeZone.Current
From Xojo Documentation
Shared Method
Xojo.Core.TimeZone
.Current
()
As
Xojo.Core.TimeZone
Supported for all project types and targets.
The current time zone.
Sample Code
Get the current time zone:
Var
tz
As
Text
tz = Xojo
.
Core
.
TimeZone
.
Current
.
Abbreviation
// tz = "America/New_York", if in US Eastern Time Zone
Category
:
Shared Methods