dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / Microsecond Property

In This Topic
    Microsecond Property
    In This Topic
    Gets the microsecond component of a SQLiteDateTime.
    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