PgSqlInterval Constructor(TimeSpan)
In This Topic
Initializes a new instance of the
PgSqlInterval structure with the specified
System.TimeSpan.
Syntax
'Declaration
Public Function New( _
ByVal As TimeSpan _
)
public PgSqlInterval(
TimeSpan
)
Parameters
- ts
- The specified System.TimeSpan.
See Also