Gets whether one TimeOfDay is later than or the same as another.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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.SilverlightElements..::..TimeOfDay
The first TimeOfDay to compare.
- second
- Type: Mindscape.SilverlightElements..::..TimeOfDay
The second TimeOfDay to compare.