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. [Edit]

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

Parameters

t1
A DateTime. [Edit]
t2
A DateTime. [Edit]

Returns

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

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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