The date and time an appointment begins.
Usage
Set_Property(CtrlEntID, "OLE.ApptStart[Key]", Value)
Values
Date and time in OI internal format.
Default: ""
Remarks
The ApptStart property can be used to set or get the start of an appointment.
Example
// Start appointment 10001 today at 1:00PM Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptStart[10001]", IConv(OConv(Date(), "D4/"):" 1:00PM", "DT"))