Gets whether one TimeOfDay is later than or the same as another.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static bool operator >=( TimeOfDay first, TimeOfDay second ) |
| Visual Basic |
|---|
Public Shared Operator >= ( _ first As TimeOfDay, _ second As TimeOfDay _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator >=( TimeOfDay first, TimeOfDay second ) |
Parameters
- first
- Type: Mindscape.PhoneElements..::..TimeOfDay
The first TimeOfDay to compare.
- second
- Type: Mindscape.PhoneElements..::..TimeOfDay
The second TimeOfDay to compare.