Day Operators |
The Day type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality(Day, Day) | Determines whether two specified Day instances are equal. | |
| GreaterThan(Day, Day) | Determines whether one specified Day is later than another specified Day. | |
| GreaterThanOrEqual(Day, Day) | Determines whether one specified Day is the same as or later than another specified Day. | |
| Inequality(Day, Day) | Determines whether two specified Day instances are not equal. | |
| LessThan(Day, Day) | Determines whether one specified Day is earlier than another specified Day. | |
| LessThanOrEqual(Day, Day) | Determines whether one specified Day is the same as or earlier than another specified Day. |