Schedules are used in Smart contracts to execute certain operations on a regular cadence - common use cases are daily fees and interest accrual calculations and subsequent monthly application.
The initial schedule cadences are defined when the Smart contract is activated. For an example of defining an execution schedule, see Execution schedules .
Contract schedules can be altered by the logic in the contract when it is active.
For more information, see Scheduler.