OracleMonthSpan.GreaterThan Method
.NET Framework 3.0
Compares two instances of OracleMonthSpan to determine if the first is greater than the second.
Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
public static OracleBoolean GreaterThan ( OracleMonthSpan x, OracleMonthSpan y )
public static function GreaterThan ( x : OracleMonthSpan, y : OracleMonthSpan ) : OracleBoolean
Not applicable.
Parameters
- x
An OracleMonthSpan structure.
- y
An OracleMonthSpan structure.
Return Value
An OracleBoolean that is True if the first instance is greater than the second instance, otherwise False. If either instance of OracleMonthSpan is null, the Value of the OracleBoolean is Null.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.