Returns date and time when the next scheduling moment occurs based on the current date and time and the scheduling pattern string.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- schedulingPattern
- Type: System String
information about task repeating
- lastRunTime
- Type: System DateTime
Last run time of task
- plannedRunTime
- Type: System DateTime
Planned run time of task
Return Value
Type: DateTimeSee Also