Property | Type | Description | |
---|---|---|---|
WeeklyDayOfWeekUnit | System |
Method | Description | |
---|---|---|
At ( int hours, int minutes ) : void |
Runs the job at the given time of day.
|
Method | Description | |
---|---|---|
WeeklyDayOfWeekUnit ( Schedule schedule, int duration, DayOfWeek day ) : System |
public At ( int hours, int minutes ) : void | ||
hours | int | The hours (0 through 23). |
minutes | int | The minutes (0 through 59). |
return | void |