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

Determines whether or not this control displays the seconds slot in the browser.

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

Syntax

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

See Also