Millisecond Property

MySQL Connector/Net

Retrieves the millisecond value of this object.

Namespace:  MySql.Data.Types
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

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

See Also