Npgsql Api Docs

NpgsqlInterval.TicksPerMillsecond Field

Represents the number of ticks (100ns periods) in one millisecond. This field is constant.

[Visual Basic]
Public Const TicksPerMillsecond As Long = 10000
[C#]
public const long TicksPerMillsecond = 10000;

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace