GlobalizationPreferences.Clocks Property

Definition

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

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

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

One or more clock identifiers for the user's preferred clocks.

Applies to