property Schedule.Calendar as Calendar
Gets the schedule's calendar object.

TypeDescription
Calendar A Calendar object that holds information about the calendar panel of the control.

The Calendar property gives access to the calendar panel of the control. For instance, the FirstWeekDay property specifies the first day of the week. The SingleSel property indicates whether the user can select one or multiple dates. As an alternative, you can use the SelCount/SelDate property to retrieve the collection of selected dates in the calendar panel. Once the user starts selecting a new date in the calendar panel, the control fires the LayoutStartChanging(exCalendarSelectionChange). Once a new date is selected, the LayoutEndChanging(exCalendarSelectionChange) event occurs.

Use the OnResizeControl property to specify one of the followings: