XDateTime Operators |
The XDateTime type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the operator =.
|
![]() ![]() | GreaterThan |
Checks if the first date is greater than second one.
|
![]() ![]() | GreaterThanOrEqual |
Checks if the first date is greater or equal than second one.
|
![]() ![]() | Inequality |
Implements the operator <> operator.
|
![]() ![]() | LessThan |
Checks if the first date is less than second one.
|
![]() ![]() | LessThanOrEqual |
Checks if the first date is less or equal than second one.
|