Mono Class Library: System.DateTime Overview | Members

System.DateTime LessThan Operator

Returns a bool value indicating whether one specified DateTime is less than another specified DateTime.

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

See Also

DateTime.Compare(DateTime, DateTime)

Parameters

t1
A DateTime.
t2
A DateTime.

Returns

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