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

On this page
    Microsecond Property (PgSqlTime)
    On this page
    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