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

[To be supplied.]

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

Parameters

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

See Also

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