'Declaration Public Overloads Shared Function Add( _ ByVal x As PgSqlTime, _ ByVal t As PgSqlInterval _ ) As PgSqlTime
public static PgSqlTime Add( PgSqlTime x, PgSqlInterval t )
Parameters
- x
- The first item to add.
- t
- The second item to add.
Return Value
The new PgSqlTime that represents sum of the two arguments.