PatternEndDate Property
Topic Last Modified: 2006-06-13
The date and time that the recurrence pattern terminates.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property PatternEndDate As Date
HRESULT get_PatternEndDate(DATE* pVal);HRESULT put_PatternEndDate(DATE Val);
Parameters
- pVal
Returns the value of the PatternEndDate property as a reference to a DATE.
- Val
Sets the value of the PatternEndDate property to the value of the DATE.
Remarks
Recurrence patterns in Collaboration Data Objects (CDO) can have more than one instance a day. To include all possible instances on a given date, specify the PatternEndDate value as 11:59:59 PM on that date.