Npgsql Api Docs

NpgsqlInterval.Months Property

Gets the number of months held in the instance. Note that this does not pay attention to a day component with -30 or less days or 30 or more days, unless JustifyMonths has been called to produce this instance.

[Visual Basic]
Public ReadOnly Property Months As Integer
[C#]
public int Months {get;}

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace