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

In This Topic
    Microsecond Property (PgSqlTime)
    In This Topic
    Gets the microsecond component of a PgSqlTime.
    Syntax
    'Declaration
     
    Public ReadOnly Property Microsecond As Integer
    public int Microsecond {get;}

    Property Value

    Number of microseconds.
    See Also