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