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

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

    Parameters

    dayTicks
    timeTicks
    See Also