Go to the source code of this file.
|
const long | SECONDS = 1 |
| Groups all members of a DataPilot field containing a date/time value by their current value for seconds. More...
|
|
const long | MINUTES = 2 |
| Groups all members of a DataPilot field containing a date/time value by their current value for minutes. More...
|
|
const long | HOURS = 4 |
| Groups all members of a DataPilot field containing a date/time value by their current value for hours. More...
|
|
const long | DAYS = 8 |
| Groups all members of a DataPilot field containing a date/time value by their calendar day, or by ranges of days. More...
|
|
const long | MONTHS = 16 |
| Groups all members of a DataPilot field containing a date/time value by their month. More...
|
|
const long | QUARTERS = 32 |
| Groups all members of a DataPilot field containing a date/time value by their quarter. More...
|
|
const long | YEARS = 64 |
| Groups all members of a DataPilot field containing a date/time value by their year. More...
|
|