TimeZoneInfo

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TimeZoneInfo

Return to chapter overview

Definition

Indicates the current time zone that is configured under Tools > Options > General > Preferences > Time zone
 

Property Value

A TimeZoneInfo object the represents the current time zone configured for the application

 

Syntax
Core.Globals.GeneralOptions.TimeZoneInfo

 

Examples

ns

Print(String.Format("The application is currently operating in {0}", Core.Globals.GeneralOptions.TimeZoneInfo));