Share via


DateTime.operator <= Method

Determines whether one DateTime is less than or equal to another one.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

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

Parameters

  • t1
    A DateTime value that represents the first operand.
  • t2
    A DateTime value that represents the second operand.

Return Value

true if the t1 object is less than or equal to the t2 object; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

DateTime Structure
DateTime Members
System Namespace