Click or drag to resize
XDateTime Operators

The XDateTime type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator =.
Public operatorStatic memberGreaterThan
Checks if the first date is greater than second one.
Public operatorStatic memberGreaterThanOrEqual
Checks if the first date is greater or equal than second one.
Public operatorStatic memberInequality
Implements the operator <> operator.
Public operatorStatic memberLessThan
Checks if the first date is less than second one.
Public operatorStatic memberLessThanOrEqual
Checks if the first date is less or equal than second one.
Top
See Also