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

最近用于设置日期和时间格式的地理区域。

适用于