The DayView 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.)
Day
Gets the day being displayed.
Days
Gets a list containing the day being represented.
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.)
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 DayView. 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.)
TimeSlots
Gets the collection of timeslots to be displayed in the view.

See Also