The MonthView type exposes the following members.

Properties

  NameDescription
DateRangeDisplayInfo
Gets display information for the view title.
(Inherited from ScheduleView.)
DateRangeDisplayMode
Gets how to format dates in the view title.
(Overrides ScheduleView..::.DateRangeDisplayMode.)
EndDate
Gets the end date of the view.
(Overrides ScheduleView..::.EndDate.)
IsNextWingEnabled
Gets whether the "next item" wing button is enabled.
(Inherited from ScheduleView.)
IsPreviousWingEnabled
Gets whether the "previous item" wing button is enabled.
(Inherited from ScheduleView.)
Month
Gets the month being displayed.
Now
Gets the current date and time.
(Inherited from ScheduleView.)
Schedule
Gets or sets the Schedule being displayed.
(Inherited from ScheduleView.)
SelectedDateRange
Gets a DateRange containing the selected start and end dates of this MonthView. If a ScheduleItem is selected, then the start and end times of the item will be returned instead.
(Overrides ScheduleView..::.SelectedDateRange.)
ShowWings
Gets whether the view needs to display the "wing" buttons (previous and next schedule item).
(Inherited from ScheduleView.)
StartDate
Gets or sets the start date of the view.
(Overrides ScheduleView..::.StartDate.)
Times
Gets the hours of the day.
(Inherited from ScheduleView.)

See Also