ScheduleExpression |
ScheduleExpression.dayOfMonth(int d) |
Set the day of the month attribute.
|
ScheduleExpression |
ScheduleExpression.dayOfMonth(String d) |
Set the day of the month attribute.
|
ScheduleExpression |
ScheduleExpression.dayOfWeek(int d) |
Set the day of the week attribute.
|
ScheduleExpression |
ScheduleExpression.dayOfWeek(String d) |
Set the day of the week attribute.
|
ScheduleExpression |
ScheduleExpression.end(Date e) |
Set the end date.
|
ScheduleExpression |
Timer.getSchedule() |
Get the schedule expression corresponding to this timer.
|
ScheduleExpression |
ScheduleExpression.hour(int h) |
Set the hour attribute.
|
ScheduleExpression |
ScheduleExpression.hour(String h) |
Set the hour attribute.
|
ScheduleExpression |
ScheduleExpression.minute(int m) |
Set the minute attribute.
|
ScheduleExpression |
ScheduleExpression.minute(String m) |
Set the minute attribute.
|
ScheduleExpression |
ScheduleExpression.month(int m) |
Set the month attribute.
|
ScheduleExpression |
ScheduleExpression.month(String m) |
Set the month attribute.
|
ScheduleExpression |
ScheduleExpression.second(int s) |
Set the second attribute.
|
ScheduleExpression |
ScheduleExpression.second(String s) |
Set the second attribute.
|
ScheduleExpression |
ScheduleExpression.start(Date s) |
Set the start date.
|
ScheduleExpression |
ScheduleExpression.timezone(String timezoneID) |
Set the timezone.
|
ScheduleExpression |
ScheduleExpression.year(int y) |
Set the year attribute.
|
ScheduleExpression |
ScheduleExpression.year(String y) |
Set the year attribute.
|