June 2002
Intermediate to advanced
816 pages
28h 12m
English
CalendarSelectionMode
This enumeration specifies the type of selection that a user can perform with a Calendar control. Day
allows the user to select a single day, DayWeek allows the user to
select a single day or an entire week, DayWeekMonth allows a
specific day, week, or month to be chosen, and None does not allow
any kind of date selection. The calendar does not support noncontiguous multiple day selections.
Public Enum CalendarSelectionMode None = 0 Day = 1 DayWeek = 2 DayWeekMonth = 3 End Enum
System.Object→System.ValueType→ System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→ CalendarSelectionMode
Read now
Unlock full access