Npgsql Api Docs

NpgsqlInterval.JustifyInterval Method 

Equivalent to PostgreSQL's justify_interval function.

[Visual Basic]
Public Function JustifyInterval() As NpgsqlInterval
[C#]
public NpgsqlInterval JustifyInterval();

Return Value

An NpgsqlInterval based on this one, but with any months converted to multiples of ±30days and then with any days converted to multiples of ±24hours

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace