CalendarPicker.CalendarIdentifier property

[This documentation is preliminary and is subject to change.]

Gets or sets the calendar system to use.

Syntax

public string CalendarIdentifier { get; set; }
Public Property CalendarIdentifier As String
public:
property String^ CalendarIdentifier { 
   String^ get();
   void set (String^ value);
}

Property value

Type: System.String [.NET] | Platform::String [C++]

The name of the calendar system to use.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

CalendarPicker