Specifies the different calendar views supported.
| C# | Visual Basic |
public enum CalendarView
Public Enumeration CalendarView
| Member | Description |
|---|---|
| Agenda |
Agenda view, shows upcoming appointments.
|
| Day |
Day view, shows a single day.
|
| Week |
Week view, shows 5/6/7 days depending on user preferences.
|
| Month |
Month view, shows a single month.
|
| Year |
Year view, shows a single year.
|
| Lunar |
Lunar calender view. Only on devices which support a lunar calendar.
|
Requires Windows Mobile 5.0