AddMicroseconds Method (PgSqlTime)
Adds the specified number of microseconds to the current
PgSqlTime instance.
'Declaration
Public Function AddMicroseconds( _
ByVal As Long _
) As PgSqlTime
Parameters
- value
- The specified number of microseconds.
Return Value
A new
PgSqlTime structure.