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

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

    Property Value

    Number of microseconds in the time part of the structure.
    See Also