Returns a bool value indicating whether one specified DateTime is less than or equal to another specified DateTime. [Edit]
DateTime.Compare(DateTime, DateTime)
t1A DateTime. [Edit] t2A DateTime. [Edit]
true if t1.Ticks value is less than or equal to t2.Ticks value; otherwise, false. [Edit]
Documentation for this section has not yet been entered. [Edit]
Namespace: SystemAssembly: mscorlib (in mscorlib.dll)Assembly Versions: 1.0.5000.0, 2.0.0.0