Platform SDK: Exchange 2000 Server

DaysOfYear Property

[This is preliminary documentation and subject to change.]

The days of the year spanned by a recurrence pattern.

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

Remarks

This property is stored as an integer collection using the IIntegers interface. The possible integer values in the collection range from 1 to 365, each denoting a particular day of the year, where 1 is January 1 and 365 is December 31.