| |
StartTime propertySets or returns the start time for each occurrence of the repeating Calendar Event. SyntaxC++HRESULT get_StartTime(DATE* pStartTime) HRESULT put_StartTime(DATE myStartTime) Scripting languagesmyStartTime = CalendarRecurringEvent.StartTime CalendarRecurringEvent.StartTime = myStartTime RemarksAll repeating events must have a start time. The date portion of the DATE argument is ignored. |
Home |