| Constant | Value | Description | 
|---|
| ceScheduleTypeOnce  | 0 | TypeOnce: the report is run once only, either right now or at a specific time. (Default) | 
| ceScheduleTypeHourly  | 1 | Hourly: the report is run hourly. | 
| ceScheduleTypeDaily  | 2 | Daily: the report is run daily. | 
| ceScheduleTypeWeekly  | 3 | Weekly: the report is run weekly. | 
| ceScheduleTypeMonthly  | 4 | Monthly: the report is run monthly. | 
| ceScheduleTypeNthDay  | 5 | NthDay: the report is run on the nth day of the month. | 
| ceScheduleType1stMonday  | 6 | 1stMonday: the report will run on the first monday of every month. | 
| ceScheduleTypeLastDay | 7 | LastDay: the report will run on the last day of the month. | 
| ceScheduleTypeCalendar  | 8 | Calendar: the report will run based on calendar templates. |