Partager via


TimeOfDay.LessThanOrEqual(TimeOfDay, TimeOfDay) Opérateur

Définition

Indique si un spécifié TimeOfDay est inférieur à un autre spécifié 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

Paramètres

firstOperand
TimeOfDay

Premier intervalle de temps à comparer.

secondOperand
TimeOfDay

Second intervalle de temps à comparer.

Retours

true si la valeur de firstOperand est inférieure à la valeur de secondOperand ; sinon, false.

S’applique à