dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / Ticks Property

In This Topic
    Ticks Property
    In This Topic
    Gets the number of microseconds in the structure value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ticks As Long
    public long Ticks {get;}

    Property Value

    Thenumber of microseconds in the structure value. The value includes hours and minutes expressed in microseconds.
    Remarks
    Do not confuse with the Microsecond, which does not include hours and minutes.
    See Also