PgSqlTime Constructor(Int64)
In This Topic
Initializes a new instance of the
PgSqlTime structure with the specified total number of microseconds.
Syntax
'Declaration
Public Function New( _
ByVal As Long _
)
Parameters
- timeTicks
- The specified number of microseconds.
See Also