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

Determines whether or not seconds are a factor in this control. If set to false, the second will always be 00.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AllowSecondEditing { get; set; }
Public Property AllowSecondEditing As Boolean
public:
property bool AllowSecondEditing {
	bool get ();
	void set (bool value);
}

See Also