Platform SDK: Exchange 2000 Server

MonthsOfYear Property

[This is preliminary documentation and subject to change.]

The months of the year spanned by the recurrence pattern.

[Visual Basic,VBScript]
Property MonthsOfYear As IIntegers
Read-Only
[C++]
HRESULT get_MonthsOfYear(IIntegers* pVal);
[IDL]
HRESULT [propget] MonthsOfYear([out,retval] IIntegers* pVal);

Remarks

This property is stored as an integer collection using the IIntegers interface. Each integer in the collection identifies a month in the year spanned by the recurrence pattern. Possible values range from 1 to 12, where 1 denotes January and 12 denotes December.