Millisecond Property
Returns the millisecond portion of this datetime
Syntax: Visual Basic
Public Property Millisecond As Integer
Syntax: C#
public int Millisecond {get; set;}
See Also
MySqlDateTime Class, MySql.Data.Types Namespace
Returns the millisecond portion of this datetime
Public Property Millisecond As Integer
public int Millisecond {get; set;}
MySqlDateTime Class, MySql.Data.Types Namespace