Package | Description |
---|---|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
Modifier and Type | Method and Description |
---|---|
static ScheduleTrigger.DayOfWeek |
ScheduleTrigger.DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleTrigger.DayOfWeek[] |
ScheduleTrigger.DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ScheduleTrigger.DayOfWeek> |
ScheduleTrigger.getDaysOfWeek()
For WEEKLY trigger types, gets the days of the week on which the schedule executes.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleTrigger.setDaysOfWeek(Set<ScheduleTrigger.DayOfWeek> daysOfWeek)
Sets the days of the week.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>