See: Description
| Interface | Description |
|---|---|
| I_CmsListDateRestriction |
Interface for date restrictions used in list configurations.
|
| Class | Description |
|---|---|
| CmsDateRestrictionParser |
Parses date restrictions in a list configuration.
|
| CmsListDateFromTodayRestriction |
Date restrictions for a fixed number of time units going backward or forward from the current time.
|
| CmsListDatePastFutureRestriction |
A restriction which selects either all entries in the past (from the current time) or all entries in the future.
|
| CmsListDateRangeRestriction |
Restriction to a date between a fixed start and end date, but only one of them has to be given.
|
| Enum | Description |
|---|---|
| I_CmsListDateRestriction.TimeDirection |
Enum representing a direction in time (past / future).
|
| I_CmsListDateRestriction.TimeUnit |
Enum representing a time unit.
|
Contains classes for dealing with date restrictions in list configurations.