DateTime.GreaterThanOrEqual Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether one specified DateTime is greater than or equal to another specified DateTime.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- t1
- Type: System.DateTime
The first object to compare.
- t2
- Type: System.DateTime
The second object to compare.
Show: