NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLDateTime Constructor (Int32, Int32, Int32)

[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
);

Parameters

year
[To be supplied.]
month
[To be supplied.]
day
[To be supplied.]

See Also

SQLDateTime Structure | SQLDateTime Members | System.Data.SQLTypes Namespace | SQLDateTime Constructor Overload List