Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Uses of Interface
oracle.irm.engine.core.time.TimePoint

Packages that use TimePoint
oracle.irm.engine.core.time Time based objects and services. 

 

Uses of TimePoint in oracle.irm.engine.core.time

 

Methods in oracle.irm.engine.core.time that return TimePoint
static TimePoint TimePointFactory.createTimePoint(short hour, short minute)
          Create a point in time, by specifying the hour and minute of the day.
 TimePoint TimeWindow.getEnd()
          The end time for this time window.
 TimePoint TimeWindow.getStart()
          The starting time for this time window.

 

Methods in oracle.irm.engine.core.time with parameters of type TimePoint
static TimeWindow TimeWindowFactory.createTimeWindow(TimePoint start, TimePoint end, TimeWindow.DayOfWeek day)
          Create a time window, by specifying the day, the start time and the end time.

 


Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.