Click or drag to resize

Day Operators

The Day type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(Day, Day) Determines whether two specified Day instances are equal.
Public operatorStatic memberGreaterThan(Day, Day) Determines whether one specified Day is later than another specified Day.
Public operatorStatic memberGreaterThanOrEqual(Day, Day) Determines whether one specified Day is the same as or later than another specified Day.
Public operatorStatic memberInequality(Day, Day) Determines whether two specified Day instances are not equal.
Public operatorStatic memberLessThan(Day, Day) Determines whether one specified Day is earlier than another specified Day.
Public operatorStatic memberLessThanOrEqual(Day, Day) Determines whether one specified Day is the same as or earlier than another specified Day.
Top
See Also