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

Returns the current second value. 0-59.

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

Syntax

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

See Also