[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the current hour value. 1-12.

Namespace:  MKB.TimePicker
Assembly:  TimePicker (in TimePicker.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Hour { get; set; }
Public Property Hour As Integer
public:
property int Hour {
	int get ();
	void set (int value);
}

See Also