Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
RecurrenceFields.TIME_OF_DAY |
Recurrence.getRecurTime()
Gets the recurrence time of this object.
|
RecurrenceFields.TIME_OF_DAY |
ExplicitDate.getTime()
Gets the time part of this ExplicitDate object.
|
static RecurrenceFields.TIME_OF_DAY |
RecurrenceFields.TIME_OF_DAY.valueOf(int hour, int minute, int second)
A TIME_OF_DAY instance representing the time specified by given values for hour, minute, and second.
|
Modifier and Type | Method and Description |
---|---|
void |
Recurrence.setRecurTime(RecurrenceFields.TIME_OF_DAY time)
Sets the time of this Recurrence objects.
|
void |
ExplicitDate.setTime(RecurrenceFields.TIME_OF_DAY time)
Sets the time 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, RecurrenceFields.TIME_OF_DAY time)
Constructs a new ExplicitDate with a year, month, day and a time.
|