MySqlDateTime.Millisecond Property
From MySQL Connector/Net
MySQL Connector/Net
| MySqlDateTimeMillisecond Property |
Returns the milliseconds portion of this datetime
expressed as a value between 0 and 999
Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
public int Millisecond { get; set; }
Public Property Millisecond As Integer Get Set
public: property int Millisecond { int get (); void set (int value); }
member Millisecond : int with get, set