📅  最后修改于: 2022-03-11 14:55:25.591000             🧑  作者: Mango
global class classname implements schedulable
{
global void execute(SchedulableContext sc)
{
batchclass b = new batchclass(); //ur batch class
database.executebatch(b);
}
}