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, Int32, Int32, Int32, Double)

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

Parameters

year
[To be supplied.]
month
[To be supplied.]
day
[To be supplied.]
hour
[To be supplied.]
minute
[To be supplied.]
second
[To be supplied.]
millisecond
[To be supplied.]

See Also

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