Interface IScheduleProvider
Namespace: Coree.NETStandard.UnderConstruction
Assembly: Coree.NETStandard.dll
Syntax
public interface IScheduleProvider
Methods
| Edit this page View SourceGetAndCalcNextSchedule(out DateTime)
Declaration
bool GetAndCalcNextSchedule(out DateTime schedule)
Parameters
Type | Name | Description |
---|---|---|
DateTime | schedule |
Returns
Type | Description |
---|---|
bool |
PeekNextSchedule()
Declaration
DateTime? PeekNextSchedule()
Returns
Type | Description |
---|---|
DateTime? |