|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.unibi.airobots.resaidroid.helper.TimeConverter
public class TimeConverter
Constructor Summary | |
---|---|
TimeConverter()
|
Method Summary | |
---|---|
static java.lang.String |
toDateTime(long time)
Parse given time from long to String |
static java.lang.String |
toTime(long time)
Parse given time from long to String |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeConverter()
Method Detail |
---|
public static java.lang.String toTime(long time)
time
- given milliseconds
public static java.lang.String toDateTime(long time)
time
- given milliseconds
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |