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

Determines how many seconds are added or subtracted from the second 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 SecondIncrement { get; set; }
Public Property SecondIncrement As Integer
public:
property int SecondIncrement {
	int get ();
	void set (int value);
}

See Also