Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
RecurrenceFields.DAY_OF_MONTH |
ExplicitDate.getDay()
Gets the day part of this ExplicitDate object.
|
static RecurrenceFields.DAY_OF_MONTH |
RecurrenceFields.DAY_OF_MONTH.valueOf(int value)
The DAY_OF_MONTH associated with the given integer.
|
Modifier and Type | Method and Description |
---|---|
void |
Recurrence.addDayOfMonth(RecurrenceFields.DAY_OF_MONTH day)
Adds a day of month to this Recurrence objects.
|
void |
Recurrence.removeDayOfMonth(RecurrenceFields.DAY_OF_MONTH day)
Removes a day of month from this Recurrence objects.
|
void |
ExplicitDate.setDay(RecurrenceFields.DAY_OF_MONTH day)
Sets the day of this ExplicitDate object to the given value.
|
Constructor and Description |
---|
ExplicitDate(RecurrenceFields.YEAR year,
RecurrenceFields.MONTH_OF_YEAR month,
RecurrenceFields.DAY_OF_MONTH day)
Constructs a new ExplicitDate with a year, a month and a
day.
|
ExplicitDate(RecurrenceFields.YEAR year,
RecurrenceFields.MONTH_OF_YEAR month,
RecurrenceFields.DAY_OF_MONTH day,
RecurrenceFields.TIME_OF_DAY time)
Constructs a new ExplicitDate with a year, month, day and a time.
|