StartTime property

Sets or returns the start time for each occurrence of the repeating Calendar Event.

Syntax


C++

HRESULT get_StartTime(DATE* pStartTime)

HRESULT put_StartTime(DATE myStartTime)

Scripting languages

myStartTime = CalendarRecurringEvent.StartTime

CalendarRecurringEvent.StartTime = myStartTime

Remarks


All repeating events must have a start time.

The date portion of the DATE argument is ignored.

Home

Applies to

IERUCalendarRecurringEvent


See also

Calendars