The hour of the TimeOfDay, considered on the twelve-hour clock (e.g. 14:30 returns 2).

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int TwelveHourClockHour { get; }
Visual Basic
Public ReadOnly Property TwelveHourClockHour As Integer
	Get
Visual C++
public:
property int TwelveHourClockHour {
	int get ();
}

See Also