共用方式為


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

最近用來格式化日期和時間的地理區域。

適用於