Npgsql Api Docs

NpgsqlInterval.Hours Property

Gets the number of whole hours held in the instance. Note that this can be less than -23 or greater than 23 unless JustifyDays has been used to produce this instance.

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

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace