BusinessDayStartTime Property (ContainerRenderer Object)

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

Syntax

objContRend.BusinessDayStartTime

Data Type

Variant (vbDate format)

Remarks

The BusinessDayStartTime property is used when a CalendarView is applied to the container object's CurrentView property. BusinessDayStartTime contains only the time portion of a standard date/time field. The calendar view scrolls the HTML output to the start of the business day before sending it to the browser.

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

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