Platform SDK: Exchange 2000 Server

WeeksOfYear Property

[This is preliminary documentation and subject to change.]

The weeks of the year spanned by the recurrence pattern.

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

Remarks

This property is stored as an integer collection using the IIntegers interface. Each integer in the collection identifies a week in the year spanned by the recurrence pattern. Possible values range from 1 to 52, where 1 denotes the first week of the year, and 52 denotes the last.