GlobalizationPreferences.Calendars Property

Definition

Gets the set of calendars that are preferred by the user, in order of preference.

public:
 static property IVectorView<Platform::String ^> ^ Calendars { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> Calendars();
public static IReadOnlyList<string> Calendars { get; }
var iVectorView = GlobalizationPreferences.calendars;
Public Shared ReadOnly Property Calendars As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

One or more calendar identifiers for the user's preferred calendars.

Applies to