Visibility status of the right time bar.
Usage
Set_Property(OLECtrlEntID, "OLE.RightTimeBar", Boolean)
Values
[True | False]
Default: True
Remarks
The RightTimeBar shows or hides the right time bar in the schedule. The right time bar servers the same purpose as the LeftTimeBar. Set it to 0 to hide the timebar or 1 to show it. It is off by default.
A right time bar is useful if your users plan to extend the schedule control across multiple monitors.
Example
// Show the right time bar Set_Property(@Window:".OLE_SCHEDULE", "OLE.RightTimeBar", Yes$)