[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal year As Integer, _ ByVal month As Integer, _ ByVal day As Integer, _ ByVal hour As Integer, _ ByVal minute As Integer, _ ByVal second As Integer, _ ByVal millisecond As Double _ ) [C#] public SQLDateTime( int year, int month, int day, int hour, int minute, int second, double millisecond ); [C++] public: SQLDateTime( int year, int month, int day, int hour, int minute, int second, double millisecond ); [JScript] public function SQLDateTime( year : int, month : int, day : int, hour : int, minute : int, second : int, millisecond : double );
SQLDateTime Structure | SQLDateTime Members | System.Data.SQLTypes Namespace | SQLDateTime Constructor Overload List