Inheritance
System.Object
CronExpressionMonthBuilder
Namespace:InfinniPlatform.Scheduler
Assembly:InfinniPlatform.Scheduler.Abstractions.dll
public class CronExpressionMonthBuilder : object, ICronExpressionMonthBuilder
Constructors
|
Improve this Doc
View Source
Declaration
public CronExpressionMonthBuilder()
Methods
|
Improve this Doc
View Source
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public ICronExpressionMonthBuilder Each(Month month)
Parameters
Type |
Name |
Description |
Month |
month |
|
Returns
Implements
|
Improve this Doc
View Source
Declaration
public ICronExpressionMonthBuilder Each(Month month, int interval)
Parameters
Type |
Name |
Description |
Month |
month |
|
System.Int32 |
interval |
|
Returns
Implements
|
Improve this Doc
View Source
Declaration
public ICronExpressionMonthBuilder EachOfRange(Month monthFrom, Month monthTo)
Parameters
Type |
Name |
Description |
Month |
monthFrom |
|
Month |
monthTo |
|
Returns
Implements
|
Improve this Doc
View Source
Declaration
public ICronExpressionMonthBuilder EachOfSet(params Month[] months)
Parameters
Type |
Name |
Description |
Month[] |
months |
|
Returns
Implements
|
Improve this Doc
View Source
Declaration
public ICronExpressionMonthBuilder Every()
Returns
Implements
Extension Methods