Method | Description | |
---|---|---|
Create ( string schedule ) : |
Creates a Schedule using cron syntax
|
|
GetNextExecution ( System.DateTime lastExecution ) : DateTime? | ||
IsValidExecutionDay ( System.DateTime time ) : bool | ||
IsValidExecutionDay ( byte month, byte day, byte weekDay ) : bool | ||
IsValidExecutionTime ( System.DateTime time ) : bool | ||
IsValidExecutionTime ( byte month, byte day, byte weekDay, byte hour, byte minute ) : bool |
Method | Description | |
---|---|---|
ByteSet ( ) : HashSet |
||
ByteSet ( string cronset, byte minValue, byte maxValue ) : HashSet |
||
ByteSetRange ( byte from, byte to, byte step = 1 ) : HashSet |
||
Schedule ( HashSet |
public static Create ( string schedule ) : |
||
schedule | string | |
return |
public GetNextExecution ( System.DateTime lastExecution ) : DateTime? | ||
lastExecution | System.DateTime | |
return | DateTime? |
public IsValidExecutionDay ( System.DateTime time ) : bool | ||
time | System.DateTime | |
return | bool |
public IsValidExecutionDay ( byte month, byte day, byte weekDay ) : bool | ||
month | byte | |
day | byte | |
weekDay | byte | |
return | bool |
public IsValidExecutionTime ( System.DateTime time ) : bool | ||
time | System.DateTime | |
return | bool |
public IsValidExecutionTime ( byte month, byte day, byte weekDay, byte hour, byte minute ) : bool | ||
month | byte | |
day | byte | |
weekDay | byte | |
hour | byte | |
minute | byte | |
return | bool |