|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectInfo.Time
public abstract class Time
Time object has an hour, minute, and a AM/PM indicator.
| Field Summary | |
|---|---|
AMorPM |
amORpm
Whether the time is AM or PM. |
int |
hour
The hour of the time. |
int |
minute
The minutes of the time. |
| Constructor Summary | |
|---|---|
Time()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int hour
public int minute
public AMorPM amORpm
| Constructor Detail |
|---|
public Time()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||