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

Determines how many minutes are added or subtracted from the minute slot when a user clicks the up and down arrows.

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

Syntax

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

See Also