Platform SDK: Exchange 2000 Server

EndTime Property

[This is preliminary documentation and subject to change.]

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

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

Remarks