NpgsqlInterval.TicksPerMicrosecond Field
Represents the number of ticks (100ns periods) in one microsecond. This field is constant.
[Visual Basic]
Public Const TicksPerMicrosecond As
Long = 10
[C#]
public const
long TicksPerMicrosecond = 10;
See Also
NpgsqlInterval Class | NpgsqlTypes Namespace