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