Apex Scheduler
Create any schedule for your apex classes with ease.
Scheduler
* 0 * * * ?
System.schedule('ScheduledApexJob - Hourly @ XX:00', '* 0 * * * ?', new ScheduledApexJob());
How to Schedule Apex Jobs
Using the scheduling wizard, we can easily schedule apex classes. Select the desired frequency, add your apex class name, and paste the output in the developer console
Check out the following video for a video tutorial: