Calendar.GetClock Method

Definition

Gets the clock that is used by this Calendar object.

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

Returns

String

Platform::String

winrt::hstring

The identifier of the clock.

Applies to

See also