NpgsqlInterval.TicksPerMonth Field
Represents the number of ticks (100ns periods) in one day, assuming 30 days per month.
[Visual Basic]
Public Const TicksPerMonth As
Long = 25920000000000
[C#]
public const
long TicksPerMonth = 25920000000000;
See Also
NpgsqlInterval Class | NpgsqlTypes Namespace | DaysPerMonth