BusinessDayEndTime Property (ContainerRenderer Object)

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.