Uses of Class
oracle.as.scheduler.RecurrenceFields.TIME_OF_DAY
Packages that use RecurrenceFields.TIME_OF_DAY
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RecurrenceFields.TIME_OF_DAY in oracle.as.scheduler
Methods in oracle.as.scheduler that return RecurrenceFields.TIME_OF_DAYModifier and TypeMethodDescriptionRecurrence.getRecurTime()
Gets the recurrence time of this object.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.Methods in oracle.as.scheduler with parameters of type RecurrenceFields.TIME_OF_DAYModifier and TypeMethodDescriptionvoid
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.Constructors in oracle.as.scheduler with parameters of type RecurrenceFields.TIME_OF_DAYModifierConstructorDescriptionExplicitDate
(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.