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)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal dayTicks As Integer, _
   ByVal timeTicks As Integer _
)
[C#]
public SQLDateTime(
   int dayTicks,
   int timeTicks
);
[C++]
public: SQLDateTime(
   int dayTicks,
   int timeTicks
);
[JScript]
public function SQLDateTime(
   dayTicks : int,
   timeTicks : int
);

Parameters

dayTicks
[To be supplied.]
timeTicks
[To be supplied.]

See Also

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