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

Returns the current minute value. 0-59.

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

Syntax

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

See Also