Schedule.withDoNotRunUntil(DateTime doNotRunUntil) 方法
定义
Set if you do not specify a doNotRunUntil time, the schedule becomes ready to create jobs immediately.
public Schedule withDoNotRunUntil(DateTime doNotRunUntil)
参数
- doNotRunUntil
- DateTime
the doNotRunUntil value to set
返回
the Schedule object itself.