<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

ScheduleHelper

public class ScheduleHelper
Provides static functions for manipulating strings representing CrontabSchedule.
public ScheduleHelper()

public static bool DoesScheduleContainMinutesHours(string schedule)

Indicates whether or not the provided crontab schedule string contains neither minute nor hour markers.

public static bool IsValidCronSchedule(string schedule)

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.