Uses of Class
oracle.as.scheduler.RecurrenceFields.DAY_OF_MONTH
Packages that use RecurrenceFields.DAY_OF_MONTH
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RecurrenceFields.DAY_OF_MONTH in oracle.as.scheduler
Methods in oracle.as.scheduler that return RecurrenceFields.DAY_OF_MONTHModifier and TypeMethodDescriptionExplicitDate.getDay()
Gets the day part of this ExplicitDate object.RecurrenceFields.DAY_OF_MONTH.valueOf
(int value) The DAY_OF_MONTH associated with the given integer.Methods in oracle.as.scheduler that return types with arguments of type RecurrenceFields.DAY_OF_MONTHModifier and TypeMethodDescriptionRecurrence.getDaysOfMonth()
Gets the days of month from this Recurrence objects.Methods in oracle.as.scheduler with parameters of type RecurrenceFields.DAY_OF_MONTHModifier and TypeMethodDescriptionvoid
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.Method parameters in oracle.as.scheduler with type arguments of type RecurrenceFields.DAY_OF_MONTHModifier and TypeMethodDescriptionvoid
Recurrence.setDaysOfMonth
(Collection<RecurrenceFields.DAY_OF_MONTH> days) Sets days of month from this Recurrence objects.Constructors in oracle.as.scheduler with parameters of type RecurrenceFields.DAY_OF_MONTHModifierConstructorDescriptionExplicitDate
(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.