Class ScheduleCombiner
Inheritance
ScheduleCombiner
Assembly: Coree.NETStandard.dll
Syntax
public class ScheduleCombiner : IScheduleProvider
Constructors
|
Edit this page
View Source
ScheduleCombiner(params IScheduleProvider[])
Declaration
public ScheduleCombiner(params IScheduleProvider[] providers)
Parameters
Methods
|
Edit this page
View Source
GetAndCalcNextSchedule(out DateTime)
Declaration
public bool GetAndCalcNextSchedule(out DateTime schedule)
Parameters
Returns
|
Edit this page
View Source
PeekNextSchedule()
Declaration
public DateTime? PeekNextSchedule()
Returns
Implements