DateTimeFormatter.ResolvedGeographicRegion Property

Definition

Gets the geographic region that was most recently used to format dates and times.

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

Property Value

String

Platform::String

winrt::hstring

The geographic region that was most recently used to format dates and times.

Applies to