Class Summary |
AbstractDateCondition |
A base class for all date-time related conditions. |
IsAfterDateCondition |
An AbstractDateCondition implementation that checks whether the checked calendar is chronologically after
a specific calendar. |
IsBeforeDateCondition |
An AbstractDateCondition implementation that checks
whether the checked calendar is chronologically before a specific calendar. |
IsInTheFutureDateCondition |
An AbstractDateCondition implementation that checks whether the checked date is in the furture. |
IsInThePastDateCondition |
An AbstractDateCondition implementation that checks whether the
checked date is in the past. |