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