DateTimeFormatter.Clock 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 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
The clock that is used.