Scheduler helper.
Class instance accessor: Scheduler
More...
Scheduler helper.
Class instance accessor: Scheduler
Select the schedule with the specified name.
- Parameters
-
Get the selected schedule instance.
Add/Modify the schedule with the previously selected name.
- Parameters
-
cronExpression | Cron expression. |
Sets the program id to run when the selected schedule occurs.
- Parameters
-
Determines whether the selected schedule is matching in this very moment.
- Returns
true
if the selected schedule is matching, otherwise, false
.
bool IsScheduling |
( |
string |
cronExpression | ) |
|
Determines whether the given cron expression is matching at this very moment.
- Returns
true
if the given cron expression is matching; otherwise, false
.
- Parameters
-
cronExpression | Cron expression. |
bool IsOccurrence |
( |
DateTime |
date, |
|
|
string |
cronExpression |
|
) |
| |
Determines whether the given cron expression is a matching occurrence at the given date/time.
- Returns
true
if the given cron expression is matching; otherwise, false
.
- Parameters
-
date | Date. |
cronExpression | Cron expression. |
SolarTimes SolarTimes |
( |
DateTime |
date | ) |
|
Solar Times data.
- Returns
- SolarTime data.
- Parameters
-
The documentation for this class was generated from the following file: