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.

On this page
    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 time As TimeSpan _
    )
    public PgSqlTime( 
       TimeSpan time
    )

    Parameters

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