Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
RecurrenceFields.YEAR |
ExplicitDate.getYear()
Gets the year part of this ExplicitDate object.
|
static RecurrenceFields.YEAR |
RecurrenceFields.YEAR.valueOf(int value)
The YEAR instance representing the specified int value.
|
Modifier and Type | Method and Description |
---|---|
void |
ExplicitDate.setYear(RecurrenceFields.YEAR year)
Sets the year 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.
|