GlobalizationPreferencesForUser.Clocks Property

Definition

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

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

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

One or more clock identifiers.

Applies to