Inheritance
System.Object
CronExpressionYearBuilder
Namespace:InfinniPlatform.Scheduler
Assembly:InfinniPlatform.Scheduler.Abstractions.dll
public class CronExpressionYearBuilder : object, ICronExpressionYearBuilder
Constructors
|
Improve this Doc
View Source
Declaration
public CronExpressionYearBuilder()
Methods
|
Improve this Doc
View Source
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public ICronExpressionYearBuilder Each(int year)
Parameters
Type |
Name |
Description |
System.Int32 |
year |
|
Returns
Implements
|
Improve this Doc
View Source
Declaration
public ICronExpressionYearBuilder Each(int year, int interval)
Parameters
Type |
Name |
Description |
System.Int32 |
year |
|
System.Int32 |
interval |
|
Returns
Implements
|
Improve this Doc
View Source
Declaration
public ICronExpressionYearBuilder EachOfRange(int yearFrom, int yearTo)
Parameters
Type |
Name |
Description |
System.Int32 |
yearFrom |
|
System.Int32 |
yearTo |
|
Returns
Implements
|
Improve this Doc
View Source
Declaration
public ICronExpressionYearBuilder EachOfSet(params int[] years)
Parameters
Type |
Name |
Description |
System.Int32[] |
years |
|
Returns
Implements
|
Improve this Doc
View Source
Declaration
public ICronExpressionYearBuilder Every()
Returns
Implements
Extension Methods