property TimeScale.TimeZone as String
Indicates the time zone for the current time scale.

TypeDescription
String A String expression that defines the time-zone to be displayed. In other words, the time to be added to current time. For instance, the "+03:00" adds a three hours to the current time, while "-02:00" delays the current time scale with 2 hours earlier.
The TimeZone parameter of the Add method initializes the TimeZone property. The TimeZone property can be used to programmatically update the time zone. The Caption property specifies the HTML caption to be displayed on the top side of the time scale. The MajorTimeRuler property indicates the time to increment the major rulers, while the MinorTimeRuler property specifies the time to increment the minor rulers.

The DayStartTime property defines the starting time of the day, and the DayEndTime property defines the ending time of the day.