| |
Date propertySets 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.) SyntaxC++HRESULT get_Date(DATE* pDate) HRESULT put_Date(DATE myDate) Scripting languagesDate = CalendarEvent.Date CalendarEvent.Date = Date
|
Home |