NumberOfUnits Property (CalendarView Object)

NumberOfUnits Property (CalendarView Object)

Important  The Collaboration Data Objects (CDO) 1.2.1 Rendering objects are not installed by or supported for use with Exchange Server 2003 or later.

The NumberOfUnits property returns or sets the number of time units to include in a rendering. Read/write.

Syntax

objCalendarView.NumberOfUnits

Data Type

Long

Remarks

The NumberOfUnits and Mode properties together determine the overall time span of the calendar view, that is, the total amount of time rendered onto one HTML page. NumberOfUnits defaults to 1.

For example, if Mode contains CdoModeCalendarWeeky and NumberOfUnits is set to 2, each output page displays two weeks of calendar time.

See Also

Concepts

CalendarView Object