TimeOfDay.GreaterThanOrEqual(TimeOfDay, TimeOfDay) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static bool operator >= (Microsoft.OData.Edm.TimeOfDay firstOperand, Microsoft.OData.Edm.TimeOfDay secondOperand);
static member ( >= ) : Microsoft.OData.Edm.TimeOfDay * Microsoft.OData.Edm.TimeOfDay -> bool
Public Shared Operator >= (firstOperand As TimeOfDay, secondOperand As TimeOfDay) As Boolean
Parameters
- firstOperand
- TimeOfDay
The first time interval to compare.
- secondOperand
- TimeOfDay
The second time interval to compare.
Returns
true if the value of firstOperand is greater equal to the value of secondOperand; otherwise, false.