Npgsql Api Docs

NpgsqlInterval.Time Property

Returns a TimeSpan representing the time component of the instance. Note that this may have a value beyond the range ±23:59:59.9999999 unless JustifyDays has been called to produce this instance.

[Visual Basic]
Public ReadOnly Property Time As TimeSpan
[C#]
public System.TimeSpan Time {get;}

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace