Visibility status of the left time bar.
Usage
Set_Property(OLECtrlEntID, "OLE.LeftTimeBar", Boolean)
Values
[True | False]
Default: True
Remarks
The LeftTimeBar shows or hides the left time bar in the schedule. The left time bar is the area containing the timing labels. It shows a time range of selected appointments, and the user can drag it up and down to scroll. Set it to 0 to hide the timebar or 1 to show it.
Example
// Hide the left time bar Set_Property(@Window:".OLE_SCHEDULE", "OLE.LeftTimeBar", No$)