Platform SDK: Exchange 2000 Server

EndTime Property

[This is preliminary documentation and subject to change.]

Contains the time an appointment ends.

Either a Duration or an EndTime is required. EndTime must be greater than or equal to the StartTime. If EndTime is specified, Duration is ignored.

[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 [proput] EndTime([in] DATE Val);

Remarks

This property is also available as the schema field dtend.