DateTimeFormatter.Calendar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the calendar that is used when formatting dates.
public:
property Platform::String ^ Calendar { Platform::String ^ get(); };
winrt::hstring Calendar();
public string Calendar { get; }
var string = dateTimeFormatter.calendar;
Public ReadOnly Property Calendar As String
Property Value
The calendar that is used.