Platform SDK: Exchange 2000 Server

StartTime Property

[This is preliminary documentation and subject to change.]

Contains the start time of an appointment instance being added or the new start time of an appointment instance being modified.

[Visual Basic,VBScript]
Property StartTime as Date
[C++]
HRESULT get_StartTime(DATE* pVal);
HRESULT put_StartTime(Date Val);
[IDL]
HRESULT [propget] StartTime([out,retval] DATE* pVal);
HRESULT [propput] StartTime([in] DATE Val);

Remarks