dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2TimeStamp Structure / DB2TimeStamp Constructor / DB2TimeStamp Constructor(DateTime,Int32)
The specified System.DateTime.
An integer value between 0 and 12, determining the number of decimal places of precision.

In This Topic
    DB2TimeStamp Constructor(DateTime,Int32)
    In This Topic
    Initializes a new instance of the DB2TimeStamp structure with the specified System.DateTime.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Date, _
       ByVal precision As Integer _
    )
    public DB2TimeStamp( 
       DateTime value,
       int precision
    )

    Parameters

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