DateTimeFormatter.Clock プロパティ

定義

時刻の書式設定時に使用されるクロックを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

使用されるクロック。

適用対象