BusinessDayEndTime Property (ContainerRenderer Object)

BusinessDayEndTime 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 BusinessDayEndTime property returns or sets the time of day the business day is set to end. Read/write.

Syntax

objContRend.BusinessDayEndTime

Data Type

Variant (vbDate format)

Remarks

The BusinessDayEndTime property is used when a CalendarView is applied to the container object's CurrentView property. BusinessDayEndTime contains only the time portion of a standard date/time field.

The BusinessDayEndTime property can be set from the Session object's "BusinessDayEndTime" option. It defaults to 5:00 P.M. (17:00) if not set. The session's options are set by its SetOption method and retrieved with its GetOption method.

The session's "BusinessDayEndTime" option and the container renderer's BusinessDayEndTime 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