|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimePoint
A point in time during the day.
Instances of Time Point objects can be created using the following factory style method(s).
TimePoint object = createTimePoint(
hour,
minute);
Time Point instances can be serialized as an XML document. This XML document can also be used to recreate a Time Point object. The following XML document shows an example Time Point in XML form.
<?xml version="1.0" encoding="UTF-8"?>
<core:TimePoint xmlns:core="http://xmlns.oracle.com/irm/core">
<hour>12</hour>
<minute>30</minute>
</core:TimePoint>
| Method Summary | |
|---|---|
short |
getHour()Hour of the day. |
short |
getMinute()Minute in the hour. |
short |
toMinutes()Total number of minutes for the time point. |
| Method Detail |
|---|
short getHour()
short getMinute()
short toMinutes()
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||