'Declaration Public Overloads Shared Function Subtract( _ ByVal x As PgSqlTimeStamp, _ ByVal t As PgSqlInterval _ ) As PgSqlTimeStamp
public static PgSqlTimeStamp Subtract( PgSqlTimeStamp x, PgSqlInterval t )
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.