dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInterval Structure / Subtract Method
First PgSqlInterval.
Second PgSqlInterval.

In This Topic
Subtract Method (PgSqlInterval)
In This Topic
Subtracts one PgSqlInterval structure from another.
Syntax
'Declaration
 
Public Shared Function Subtract( _
   ByVal value1 As PgSqlInterval, _
   ByVal value2 As PgSqlInterval _
) As PgSqlInterval
 

Parameters

value1
First PgSqlInterval.
value2
Second PgSqlInterval.

Return Value

A PgSqlInterval structure.
See Also