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

ICrontabField

public interface ICrontabField
Represents a crontab field.
bool Contains(int value)

Indicates whether or not the value is contained within this ICrontabField

int GetFirst()

Gets the first occurrence of this crontab field.

int NextField(int start)

Gets the index of the next value to set on this ICrontabField.