dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2TimeStamp Structure / Precision Property

In This Topic
    Precision Property (DB2TimeStamp)
    In This Topic
    Gets the DB2TimeStamp precision.
    Syntax
    'Declaration
     
    Public ReadOnly Property Precision As Integer
    public int Precision {get;}

    Property Value

    The DB2TimeStamp precision. An integer value between 0 and 12, determining the number of decimal places of precision.
    See Also