DateTimeFormatter.Clock プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
時刻の書式設定時に使用されるクロックを取得します。
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
使用されるクロック。
適用対象