dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Date Structure / DB2Date Constructor
The specified System.DateTime.

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

    Parameters

    value
    The specified System.DateTime.
    See Also