DateTimeFormatter.Clock Property

Definition

Gets the clock that is used when formatting times.

public:
 property Platform::String ^ Clock { Platform::String ^ get(); };
winrt::hstring Clock();
public string Clock { get; }
var string = dateTimeFormatter.clock;
Public ReadOnly Property Clock As String

Property Value

String

Platform::String

winrt::hstring

The clock that is used.

Applies to