'Declaration Public Overloads Shared Function Subtract( _ ByVal x As PgSqlTimeStamp, _ ByVal y As PgSqlTimeStamp _ ) As PgSqlInterval
public static PgSqlInterval Subtract( PgSqlTimeStamp x, PgSqlTimeStamp y )
Parameters
- x
- A PgSqlTimeStamp value to subtract from.
- y
- A PgSqlTimeStamp value to subtract.
Return Value
The PgSqlInterval structure that represents the result of the subtract operation.