method TimeScales.Add (TimeZone as String)
Adds a TimeScale object to the collection and returns a reference to the newly created object.

TypeDescription
TimeZone as String A String expression that defines the time-zone to be displayed. In other words, the time to be added to current time. The TimeZone property can be used to programmatically update the time zone. 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.
ReturnDescription
TimeScaleA TimeScale object being created.
By default, the control adds a TimeScale object that can be accessed through the TimeScales(0) property. The newly added time scale is aligned to left, so you can use the AlignLeft property on False, to align the time scale to the right. The TimeZone property can be used to programmatically update the time zone. The Visible property shows or hides the time scale. The Position property changes the position of the time scale from left to right. 

The DayStartTime property defines the starting time of the day, and the DayEndTime property defines the ending time of the day. The TimeScaleFromPoint method gets the TimeScale object from the cursor. The AllowResizeTimeScale property indicates the keys the user can resize at runtime the time scale.