SimpleDate Operators
Include Protected Members
Include Inherited Members
The SimpleDate type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
![]() ![]() |
Equality | Returns a Boolean value indicating whether two SimpleDate values are equivalent. |
![]() ![]() |
GreaterThan | Returns a Boolean value indicating whether one SimpleDate value is greater than another. |
![]() ![]() |
GreaterThanOrEqual | Returns a Boolean value indicating whether one SimpleDate value is greater than or equal to another. |
![]() ![]() |
Inequality | Returns a Boolean value indicating whether two SimpleDate values are not equivalent. |
![]() ![]() |
LessThan | Returns a Boolean value indicating whether one SimpleDate value is less than another. |
![]() ![]() |
LessThanOrEqual | Returns a Boolean value indicating whether one SimpleDate value is less than or equal to another. |
Top
.gif)
.gif)