CalendarViewSelectionMode CalendarViewSelectionMode CalendarViewSelectionMode CalendarViewSelectionMode Enum

Definition

Defines constants that specify what kind of date selections are allowed in the calendar.

public : enum class CalendarViewSelectionModepublic enum CalendarViewSelectionModePublic Enum CalendarViewSelectionMode// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Multiple Multiple Multiple Multiple

One or more dates can be selected at a time.

None None None None

Date selection is disabled.

Single Single Single Single

One date can be selected at a time.

Remarks

This enumeration provides values for the CalendarView.SelectionMode property.