dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDateTime Structure / SqlDateTime Constructor / SqlDateTime Constructor(Int32,Int32,Int32)

In This Topic
    SqlDateTime Constructor(Int32,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal year As Integer, _
       ByVal month As Integer, _
       ByVal day As Integer _
    )
    public SqlDateTime( 
       int year,
       int month,
       int day
    )

    Parameters

    year
    month
    day
    See Also