Share via


Calendar.HourAsString Method

Definition

Returns a string that contains the numeric representation of the hour.

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

Returns

String

Platform::String

winrt::hstring

A string representation of the hour, in language-specific format (12 or 24 hour clock).

Remarks

This value is dependent on the Preferred languages setting in Settings -> Time & Language -> Language.

Applies to

See also