Application TimeZoneInfo

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference > Common >

Application TimeZoneInfo

Previous page Return to chapter overview Next page

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));