Share via


Calendar.GetCalendarSystem Method

Definition

Gets the calendar system that is used by this Calendar object.

public:
 virtual Platform::String ^ GetCalendarSystem() = GetCalendarSystem;
winrt::hstring GetCalendarSystem();
public string GetCalendarSystem();
function getCalendarSystem()
Public Function GetCalendarSystem () As String

Returns

String

Platform::String

winrt::hstring

The identifier of the calendar system.

Applies to

See also