Calendar.HourAsString Method
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.
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
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.