Npgsql Api Docs

NpgsqlInterval.DaysPerMonth Field

Represents the number of days assumed in one month if month justification or unjustifcation is performed. This is set to 30 for consistency with PostgreSQL. Note that this is means that month adjustments cause a year to be taken as 30 × 12 = 360 rather than 356/366 days.

[Visual Basic]
Public Const DaysPerMonth As Integer = 30
[C#]
public const int DaysPerMonth = 30;

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace