Mono Class Library: System.DateTime Overview | Members

System.DateTime LessThanOrEqual Operator

Returns a bool value indicating whether one specified DateTime is less than or equal to another specified DateTime. [Edit]

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

See Also

DateTime.Compare(DateTime, DateTime)

Parameters

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

Returns

true if t1.Ticks value is less 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