dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / Subtraction Operator / Subtraction(PgSqlTimeStamp,PgSqlInterval) Operator
A PgSqlTimeStamp structure.
A PgSqlInterval structure.

In This Topic
Subtraction(PgSqlTimeStamp,PgSqlInterval) Operator
In This Topic
Subtracts the specified PgSqlInterval value from the PgSqlTimeStamp value and returns a new PgSqlTimeStamp structure.
Syntax
'Declaration
 
Overloads Public Operator -( _
   ByVal d As PgSqlTimeStamp, _
   ByVal t As PgSqlInterval _
) As PgSqlTimeStamp
 

Parameters

d
A PgSqlTimeStamp structure.
t
A PgSqlInterval structure.

Return Value

A new PgSqlTimeStamp structure.
See Also