Mono Class Library: System.DateTime Overview | Members

System.DateTime GreaterThanOrEqual Operator

Returns a bool value indicating whether one specified DateTime is greater than or equal to another specified DateTime.

public static bool operator>= (DateTime t1, DateTime t2)

Parameters

t1
A DateTime.
t2
A DateTime.

Returns

true if t1.Ticks value is greater than or equal to t2.Ticks value; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0