Calendar.ChangeCalendarSystem(String) Method

Definition

Sets a new calendar system to be used by this Calendar object.

public:
 virtual void ChangeCalendarSystem(Platform::String ^ value) = ChangeCalendarSystem;
void ChangeCalendarSystem(winrt::hstring const& value);
public void ChangeCalendarSystem(string value);
function changeCalendarSystem(value)
Public Sub ChangeCalendarSystem (value As String)

Parameters

value
String

Platform::String

winrt::hstring

The calendar identifier to use.

Applies to

See also