Scheduler helper.
Class instance accessor: Scheduler
More...
|
| SchedulerHelper | WithName (string name) |
| | Selects the schedule with the specified name.
|
| |
|
SchedulerItem | Get () |
| | Gets the selected schedule instance.
|
| |
| SchedulerHelper | SetSchedule (string cronExpression) |
| | Adds/Modifies the schedule with the previously selected name.
|
| |
| bool | IsScheduling () |
| | Determines whether the selected schedule is matching in this very moment.
|
| |
| bool | IsScheduling (string cronExpression) |
| | Determines whether the given cron expression is matching at this very moment.
|
| |
| bool | IsOccurrence (DateTime date, string cronExpression) |
| | Determines whether the given cron expression is a matching occurrence at the given date/time.
|
| |
| SolarTimes | SolarTimes (DateTime date) |
| | Solar Times data.
|
| |
Scheduler helper.
Class instance accessor: Scheduler
◆ WithName()
Selects the schedule with the specified name.
- Parameters
-
◆ SetSchedule()
Adds/Modifies the schedule with the previously selected name.
- Parameters
-
| cronExpression | Cron expression. |
◆ IsScheduling() [1/2]
Determines whether the selected schedule is matching in this very moment.
- Returns
true if the selected schedule is matching, otherwise, false.
◆ IsScheduling() [2/2]
| 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. |
◆ IsOccurrence()
| 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 SolarTimes |
( |
DateTime |
date | ) |
|
Solar Times data.
- Returns
- SolarTime data.
- Parameters
-
The documentation for this class was generated from the following file: