PgSqlTime Constructor(TimeSpan)
In This Topic
Initializes a new instance of the
PgSqlTime structure with the specified
System.TimeSpan value.
Syntax
'Declaration
Public Function New( _
ByVal As TimeSpan _
)
public PgSqlTime(
TimeSpan
)
Parameters
- time
- A System.TimeSpan value to initialize the new PgSqlTime object with.
See Also