Свойство | Type | Description | |
---|---|---|---|
DaysOfMonth | List |
||
DaysOfWeek | List |
||
Hours | List |
||
Minutes | List |
||
Months | List |
Méthode | Description | |
---|---|---|
CronSchedule ( ) : System | ||
CronSchedule ( string expressions ) : System | ||
IsTime ( System.DateTime dateTime ) : bool | ||
IsValid ( string expression ) : bool |
Méthode | Description | |
---|---|---|
DividedArray ( string configuration, int start, int max ) : List |
||
Generate ( ) : void | ||
GenerateValues ( string configuration, int start, int max ) : List |
||
GetDaysOfMonth ( string match ) : void | ||
GetDaysOfWeeks ( string match ) : void | ||
GetHours ( string match ) : void | ||
GetMinutes ( string match ) : void | ||
GetMonths ( string match ) : void | ||
IsValid ( ) : bool | ||
ListArray ( string configuration ) : List |
||
RangeArray ( string configuration ) : List |
||
WildArray ( string configuration, int start, int max ) : List |
public CronSchedule ( string expressions ) : System | ||
expressions | string | |
Résultat | System |
public IsTime ( System.DateTime dateTime ) : bool | ||
dateTime | System.DateTime | |
Résultat | bool |
public IsValid ( string expression ) : bool | ||
expression | string | |
Résultat | bool |