GlobalizationPreferencesForUser.Clocks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
One or more clock identifiers.