DateTimeFormatter.ResolvedGeographicRegion プロパティ

定義

日付と時刻の書式設定に最後に使用された地理的リージョンを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

日付と時刻の書式設定に最後に使用された地理的リージョン。

適用対象