Npgsql Api Docs

NpgsqlInterval.Negate Method 

Returns an NpgsqlInterval whose value is the negated value of this instance.

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

Return Value

An NpgsqlInterval whose value is the negated value of this instance.

See Also

NpgsqlInterval Class | NpgsqlTypes Namespace