OracleMonthSpan.GreaterThanOrEqual Method
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Compares two instances of OracleMonthSpan to determine if the first is greater than or equal to the second.
[Visual Basic] Public Shared Function GreaterThanOrEqual( _ ByVal x As OracleMonthSpan, _ ByVal y As OracleMonthSpan _ ) As OracleBoolean [C#] public static OracleBoolean GreaterThanOrEqual( OracleMonthSpan x, OracleMonthSpan y ); [C++] public: static OracleBoolean GreaterThanOrEqual( OracleMonthSpan x, OracleMonthSpan y ); [JScript] public static function GreaterThanOrEqual( x : OracleMonthSpan, y : OracleMonthSpan ) : OracleBoolean;
Parameters
- x
- An OracleMonthSpan structure.
- y
- An OracleMonthSpan structure.
Return Value
An OracleBoolean that is True if the first instance is greater than or equal to the second instance, otherwise False. If either instance of OracleMonthSpan is null, the Value of the OracleBoolean will be Null.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
OracleMonthSpan Structure | OracleMonthSpan Members | System.Data.OracleClient Namespace