Click or drag to resize

StartOfMonth Operators

The StartOfMonth type exposes the following members.

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