dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / PgSqlTime Constructor / PgSqlTime Constructor(Int64)
The specified number of microseconds.

In This Topic
    PgSqlTime Constructor(Int64)
    In This Topic
    Initializes a new instance of the PgSqlTime structure with the specified total number of microseconds.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal timeTicks As Long _
    )
    public PgSqlTime( 
       long timeTicks
    )

    Parameters

    timeTicks
    The specified number of microseconds.
    See Also