Skip navigation links

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

E12907-03


oracle.irm.engine.core.time
Class TimePointFactory

java.lang.Object
  extended by oracle.irm.engine.core.time.TimePointFactory


public final class TimePointFactory
extends Object

Time Point factory. This class provides methods for creating new instances of TimePoint objects.


Method Summary
static TimePoint createTimePoint(short hour, short minute)
          Create a point in time, by specifying the hour and minute of the day.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

createTimePoint

public static TimePoint createTimePoint(short hour,
                                        short minute)
Create a point in time, by specifying the hour and minute of the day.
Parameters:
hour - the hour in the day. Valid values are (0-23).
minute - the minutes in the hour. Valid values are (0-59).
Returns:
a new Time Point instance.

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.