BusinessDays Property (ContainerRenderer Object)

BusinessDays Property (ContainerRenderer 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 BusinessDays property returns or sets a bitmask representing the days of the week that are to be considered business days. Read/write.

Syntax

objContRend.BusinessDays

Data Type

Long

Remarks

The BusinessDays property is used when a CalendarView is applied to the container object's CurrentView property. BusinessDays contains a logical OR of one or more of the constants used in the RecurrencePattern object's DayOfWeekMask property.

The BusinessDays property can be set from the Session object's "WorkingDays" option. It defaults to 62 (CdoMonday | | CdoFriday) if not set. The session's options are set by its SetOption method and retrieved with its GetOption method.

The session's "WorkingDays" option and the container renderer's BusinessDays property are not automatically kept in synchronization. Changing one does not cause the other to be changed. Your application is responsible for setting each of them as appropriate.

See Also

Concepts

ContainerRenderer Object