dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / PgSqlTime Constructor / PgSqlTime Constructor(TimeSpan)
A System.TimeSpan value to initialize the new PgSqlTime object with.

In This Topic
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 time As TimeSpan _
)
 

Parameters

time
A System.TimeSpan value to initialize the new PgSqlTime object with.
See Also