Calendar
最后更新于
这有帮助吗?
最后更新于
这有帮助吗?
The Calendar
control is a standard Calendar control for users to select date(s) or date ranges.
SelectionMode
Gets or sets a value that indicates what kind of selections are allowed.
DisplayMode
Gets or sets a value indicating whether the calendar is displayed in months, years, or decades.
SelectedDate
Gets or sets the currently selected date.
SelectedDates
Gets a collection of selected dates.
DisplayDate
Gets or sets the date to display.
DisplayDateStart
Gets or sets the first date to be displayed.
DisplayDateEnd
Gets or sets the last date to be displayed.
BlackoutDates
Gets a collection of dates that are marked as not selectable.
After selecting the start date, a single range can be selected by holding the shift key and clicking on the end date.
With this code to set the start and end dates: