Platform SDK: Exchange 2000 Server

Duration Property

[This is preliminary documentation and subject to change.]

Contains the duration of an appointment in seconds.

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

[Visual Basic,VBScript]
Property Duration As Long
[C++]
HRESULT get_Duration(long* pVal);
HRESULT put_Duration(long Val);
[IDL]
HRESULT [propget] Duration([out,retval] long* pVal);
HRESULT [proput] Duration([in] long Val);

Remarks

This property is also available as the schema field duration.