Метод | Описание | |
---|---|---|
IsValid ( string text ) : bool |
Determines whether the specified text is valid.
|
|
Parse ( string text ) : |
Parses the specified text into a schedule object.
|
|
Parse ( string text, |
Parses the specified text into a schedule object with the given time zone.
|
|
TextToSchedule ( IGrammar grammar, IGrammarHelper helper ) : Quartz.TextToSchedule.Calendars |
Initializes a new instance of the TextToSchedule class.
|
Метод | Описание | |
---|---|---|
BuildCalendarOnDayOfWeek ( ICalendar baseCalendar, string dayofWeekSpecs, |
Builds a LocalWeeklyCalendar based on the given allowed days of weeks.
|
|
BuildCalendarOnMonths ( ICalendar baseCalendar, string monthSpecs, |
Builds a ICalendar based on the allowed months.
|
|
BuildCalendarOnTimeRange ( ICalendar baseCalendar, string fromTimeString, string toTimeString, |
Builds a DailyCalendar on the given allowed hours to run.
|
|
CreateScheduleWithAmountAndIntervalUnit ( string amountString, string intervalUnitString, |
||
CreateScheduleWithCron ( string cronExpression, |
||
ExecuteMatch ( string expression, string input, |
Method that matches an expression, and if it does will run the associated method
|
|
Expression1Handler ( |
Handles with a given text matches the Expression1 field.
|
|
Expression2Handler ( |
Handles with a given text matches the Expression2 field.
|
|
Expression3Handler ( |
Handles with a given text matches the Expression3 field.
|
|
Expression4Handler ( |
Handles with a given text matches the Expression4 field.
|
|
Expression5Handler ( |
Handles with a given text matches the Expression5 field.
|
|
GetDayCronValue ( int dayValue ) : string |
Gets the day cron value.
|
|
GetDayOfWeekCronValue ( DayOfWeek dow ) : string |
Gets the day of week cron value string.
|
|
GetMonthCronValue ( int monthValue ) : string |
Gets the month cron value string.
|
|
GetOrdinalCronValue ( Ordinal ordinal ) : string |
Gets the ordinal cron value string.
|
|
GetYearCronValue ( int yearValue ) : string |
Gets the cron year string and converts 2 digit years into 4 digit years.
|
|
SeekForwardToNextDayOfWeek ( System.DateTime referenceDate, DayOfWeek targetDayOfWeek ) : System.DateTime |
public IsValid ( string text ) : bool | ||
text | string | The text. |
Результат | bool |
public Parse ( string text ) : |
||
text | string | The text. |
Результат |
public Parse ( string text, |
||
text | string | The text. |
timeZone | The time zone. | |
Результат |
public TextToSchedule ( IGrammar grammar, IGrammarHelper helper ) : Quartz.TextToSchedule.Calendars | ||
grammar | IGrammar | The grammar. |
helper | IGrammarHelper | The helper. |
Результат | Quartz.TextToSchedule.Calendars |