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

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

Parameters

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

Return Value

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