Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.2)
E26229-03


Uses of Class
oracle.as.scheduler.RecurrenceFields.TIME_OF_DAY

Packages that use RecurrenceFields.TIME_OF_DAY
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 

 

Uses of RecurrenceFields.TIME_OF_DAY in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return RecurrenceFields.TIME_OF_DAY
 RecurrenceFields.TIME_OF_DAY Recurrence.getRecurTime()
          Returns the recurrence time of this object.
 RecurrenceFields.TIME_OF_DAY ExplicitDate.getTime()
          Returns the time part of this ExplicitDate object.
static RecurrenceFields.TIME_OF_DAY RecurrenceFields.TIME_OF_DAY.valueOf(int hour, int minute, int second)
          Returns an instance of TIME_OF_DAY representing the time specified by given values for hour, minute, and second.

 

Methods in oracle.as.scheduler with parameters of type RecurrenceFields.TIME_OF_DAY
 void Recurrence.setRecurTime(RecurrenceFields.TIME_OF_DAY time)
          Method to set 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_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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.2)
E26229-03


Copyright © 2008, 2012 Oracle. All rights reserved.