Share via


DaysOfYear Property

Topic Last Modified: 2006-06-13

The days of the year spanned by a recurrence pattern. This property is read-only.

Applies To

IRecurrencePattern Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property DaysOfYear As IIntegers
HRESULT get_DaysOfYear(IIntegers** pVal);

Parameters

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.