Share via


DateTime.operator >= Method

Determines whether one DateTime object is greater 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 value of t1 is greater than or equal to the value of t2; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

DateTime Structure
DateTime Members
System Namespace