Share via


Interval Property (CalendarView Object)

Interval 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 Interval property returns or sets the length of a time slot in minutes. Read/write.

Syntax

objCalendarView.Interval

Data Type

Long

Remarks

The Interval property is forced by the CDO Rendering Library to a value between 5 and 60 that divides integrally into 60. The possible resulting values are 5, 6, 10, 12, 15, 20, 30, and 60. The default value of Interval is 30 minutes.

The Interval property applies only when the Mode property of the calendar view contains CdoModeCalendarDaily. If Mode is CdoModeCalendarWeekly, time slots are not displayed, and each AppointmentItem object is rendered with its StartTime and EndTime values.

See Also

Concepts

CalendarView Object