NpgsqlTime.Milliseconds Property
Gets the number of whole milliseconds held in the instance. An integer in the range [0, 999].
[Visual Basic]
Public ReadOnly Property Milliseconds As
Integer
[C#]
public
int Milliseconds {get;}
See Also
NpgsqlTime Class | NpgsqlTypes Namespace