Share via


TimeOfDay.GreaterThanOrEqual(TimeOfDay, TimeOfDay) Operator

Definition

Indicates whether a specified TimeOfDay is greater equal to another specified TimeOfDay.

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.

Applies to