Class IntervalScheduleProvider
Inheritance
IntervalScheduleProvider
Assembly: Coree.NETStandard.dll
Syntax
public class IntervalScheduleProvider : IScheduleProvider
Constructors
|
Edit this page
View Source
IntervalScheduleProvider(TimeSpan, DateTime?, bool)
Declaration
public IntervalScheduleProvider(TimeSpan interval, DateTime? startDateTime = null, bool startImmediately = false)
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