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. 
 | 
|  | 
| const long | MINUTES = 2 | 
|  | Groups all members of a DataPilot field containing a date/time value by their current value for minutes. 
 | 
|  | 
| const long | HOURS = 4 | 
|  | Groups all members of a DataPilot field containing a date/time value by their current value for hours. 
 | 
|  | 
| 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. 
 | 
|  | 
| const long | MONTHS = 16 | 
|  | Groups all members of a DataPilot field containing a date/time value by their month. 
 | 
|  | 
| const long | QUARTERS = 32 | 
|  | Groups all members of a DataPilot field containing a date/time value by their quarter. 
 | 
|  | 
| const long | YEARS = 64 | 
|  | Groups all members of a DataPilot field containing a date/time value by their year. 
 | 
|  |