Npgsql Api Docs

NpgsqlInterval.Days Property

Gets the number of days held in the instance. Note that this does not pay attention to a time component with -24 or less hours or 24 or more hours, unless JustifyDays has been called to produce this instance.

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

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace