Date property

Sets or returns date of either a one-time Calendar Event or an occurrence of a repeating Calendar Event.

Note that times used for calendar event creation are in the logged-in user's time zone, while they are returned in the system/server time zone.  (This problem is not seen when user and server are in the same time zone.)

Syntax


C++

HRESULT get_Date(DATE* pDate)

HRESULT put_Date(DATE myDate)

Scripting languages

Date = CalendarEvent.Date

CalendarEvent.Date = Date

 

Home

Applies to

IERUCalendarEvent



See also

Calendars