ScheduleParameters Object
Description
The ScheduleParameters
object is the base type for all schedule parameters.
When creating, modifying, or retrieving schedules, the parameters
property will be an object type derived from ScheduleParameters
. Each schedule type has it's own specific derived type.
Schedule Type | Object Type |
Daily | |
Hourly | |
None | |
Monthly | |
Weekly |
Last updated