|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.widget.clock.AMandPMReeader
public class AMandPMReeader
Reads the time in 12 hour time. Displays number of hours since midnight or noon followed by a colon followed by number of minutes into the hour followed by postfix designating am or pm. Midnight is 12:00am and noon is 12:00pm Sample output: 4:23am, 12:01am, 8:25pm
Constructor Summary | |
---|---|
AMandPMReeader()
|
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 AMandPMReeader()
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 |