GreaterThanOrEqual Method (DB2Date)
Determines whether the first of two
DB2Date values is greater than or equal to the second.
'Declaration
Public Shared Function GreaterThanOrEqual( _
ByVal As DB2Date, _
ByVal As DB2Date _
) As Boolean
Parameters
- x
- First DB2Date.
- y
- Second DB2Date.
Return Value
true if the first of two
DB2Date values is greater than or equal to the second; otherwise,
false.