dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / Subtract Method / Subtract(PgSqlTime,PgSqlInterval) Method
A PgSqlTime structure to subtract from.
A PgSqlInterval value to subtract.

In This Topic
Subtract(PgSqlTime,PgSqlInterval) Method
In This Topic
Subtracts a PgSqlInterval value from a PgSqlTime structure.
Syntax
'Declaration
 
Public Overloads Shared Function Subtract( _
   ByVal x As PgSqlTime, _
   ByVal t As PgSqlInterval _
) As PgSqlTime
 

Parameters

x
A PgSqlTime structure to subtract from.
t
A PgSqlInterval value to subtract.

Return Value

The new PgSqlTime structure that represents the result of the subtract operation.
See Also