TimePickerFlyout.ClockIdentifier Property

Definition

Gets or sets the clock system to use.

public:
 property Platform::String ^ ClockIdentifier { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ClockIdentifier();

void ClockIdentifier(winrt::hstring value);
public string ClockIdentifier { get; set; }
var string = timePickerFlyout.clockIdentifier;
timePickerFlyout.clockIdentifier = string;
Public Property ClockIdentifier As String

Property Value

String

Platform::String

winrt::hstring

The name of the clock system to use.

Applies to