|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--brf.j2me.dynaworks.util.Time
This is a primitive time class to handle time specifications in Palm build-in databases.
| Field Summary | |
private short |
hour
the hour as an short. |
private short |
minutes
the minutes as an short. |
| Constructor Summary | |
Time(int hour,
int minutes)
constructor from hh::mm |
|
Time(short time)
constructor from Palm time value |
|
| Method Summary | |
int |
getHour()
get the hour. |
int |
getMinutes()
get the minutes. |
java.lang.String |
toString()
convert Time to string |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private short hour
private short minutes
| Constructor Detail |
public Time(int hour,
int minutes)
hour - int - hour of time spec.minutes - int - minutes of time spec.public Time(short time)
time - short - set from Palm time spec.| Method Detail |
public int getHour()
public int getMinutes()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||