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.LT

[To be supplied.]

[Visual Basic]
Public Shared Function LT( _
   ByVal x As SQLDateTime, _
   ByVal y As SQLDateTime _
) As SQLBoolean
[C#]
public static SQLBoolean LT(
   SQLDateTime x,
   SQLDateTime y
);
[C++]
public: static SQLBoolean LT(
   SQLDateTime x,
   SQLDateTime y
);
[JScript]
public static function LT(
   x : SQLDateTime,
   y : SQLDateTime
) : SQLBoolean;

Parameters

x
[To be supplied.]
y
[To be supplied.]

See Also

SQLDateTime Structure | SQLDateTime Members | System.Data.SQLTypes Namespace