 | DatesFilterValues Enumeration |
Allow to specify dates filters
Namespace:
EBP.Api.Interfaces.Framework.Common
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxpublic enum DatesFilterValues
Public Enumeration DatesFilterValues
Members
| Member name | Value | Description |
---|
| CurrentMonth | 3 | FilterCurrentMonth |
| CurrentWeek | 9 | Filter current week |
| CurrentYear | 6 | FilterCurrentYear |
| LastMonth | 4 | FilterLastMonth |
| LastWeek | 8 | Filter last week |
| NextMonth | 7 | Filter next month |
| Personnalised | 0 | Personnalised |
| Today | 1 | FilterToday |
| TwelveLastMonth | 5 | FilterTwelveLastMonth |
| Yesterday | 2 | FilterYesterday |
See Also