Property | Type | Description | |
---|---|---|---|
MonthUnit | System |
Method | Description | |
---|---|---|
On ( int day ) : |
Runs the job on the given day of the month.
|
|
OnTheFirst ( DayOfWeek day ) : |
Runs the job on the given day of week on the first week of the month.
|
|
OnTheFourth ( DayOfWeek day ) : |
Runs the job on the given day of week on the fourth week of the month.
|
|
OnTheLast ( DayOfWeek day ) : |
Runs the job on the given day of week on the last week of the month.
|
|
OnTheLastDay ( ) : |
Runs the job on the last day of the month.
|
|
OnTheSecond ( DayOfWeek day ) : |
Runs the job on the given day of week on the second week of the month.
|
|
OnTheThird ( DayOfWeek day ) : |
Runs the job on the given day of week on the third week of the month.
|
Method | Description | |
---|---|---|
MonthUnit ( Schedule schedule, int duration ) : System |
public On ( int day ) : |
||
day | int | The day (1 through the number of days in month). |
return |
public OnTheFirst ( DayOfWeek day ) : |
||
day | DayOfWeek | The day of the week. |
return |
public OnTheFourth ( DayOfWeek day ) : |
||
day | DayOfWeek | The day of the week. |
return |
public OnTheLast ( DayOfWeek day ) : |
||
day | DayOfWeek | The day of the week. |
return |
public OnTheLastDay ( ) : |
||
return |
public OnTheSecond ( DayOfWeek day ) : |
||
day | DayOfWeek | The day of the week. |
return |
public OnTheThird ( DayOfWeek day ) : |
||
day | DayOfWeek | The day of the week. |
return |