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