|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.widget.clock.TwentyFourHourReader
public class TwentyFourHourReader
Reads the time in 24 hour time. Displays number of hours since midnight followed by a colon followed by number of minutes into the hour. Sample outputs: 17:43, 3:03, 12:00, 0:00
Constructor Summary | |
---|---|
TwentyFourHourReader()
|
Method Summary | |
---|---|
java.lang.String |
getTime()
Return the current time as a String to be displayed on a clock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TwentyFourHourReader()
Method Detail |
---|
public java.lang.String getTime()
TimeReader
getTime
in interface TimeReader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |