| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
By default the scheduler executes the task on the specified day every month. If you set the interval to a value greater than 1, the task will execute at the specified monthly interval. (For example, an interval of 2 will cause the task to execute on the specified day, hour, and minute every 2 months.)
Properties
Name | Type | Description |
---|---|---|
day | xsd:int |
The day in every month to run the scheduled task.
Valid values are 1 to 31.
In any month where the value of "day" exceeds the total number of days
in the month, the scheduled task will run on the last day of the month.
|
Properties inherited from MonthlyTaskScheduler | ||
None | ||
Properties inherited from DailyTaskScheduler | ||
hour | ||
Properties inherited from HourlyTaskScheduler | ||
minute | ||
Properties inherited from RecurrentTaskScheduler | ||
interval | ||
Properties inherited from TaskScheduler | ||
activeTime, expireTime | ||
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |