EndTime Property (IException)
Topic Last Modified: 2006-06-13
Contains the end time of an appointment instance being added, or the new end time of an appointment instance being modified.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property EndTime As Date
HRESULT get_EndTime(DATE* pVal);HRESULT put_EndTime(DATE Val);
Parameters
- pVal
Returns the value of the EndTime property as a reference to a DATE.
- Val
Sets the value of the EndTime property to the value of the DATE.