ScheduleHelper
Provides static functions for manipulating strings representing CrontabSchedule.
public ScheduleHelper()
Indicates whether or not the provided crontab schedule string contains neither minute nor hour markers.
Indicates whether or not the provided string represents a valid crontab schedule.
public static bool ShouldTaskRunTodayWithMissedCheck(string schedule, DateTime lastSuccesfulRan, DateTime currentDate)
Indicates whether or not the provided schedule should execute today.