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