|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.time.AbstractDateFormat
com.timeindexing.time.MicrosecondDateFormat
Convert a timestamp to a string using the MicrosecondDateFormat. e.g. 2003/08/07 16:29:58.880123
Field Summary |
Fields inherited from class com.timeindexing.time.AbstractDateFormat |
formatter |
Constructor Summary | |
MicrosecondDateFormat()
Construct a MicrosecondDateFormat object. |
Method Summary | |
java.lang.String |
format(AbsoluteTimestamp t)
Format a time as seconds and nanoseconds. |
Methods inherited from class com.timeindexing.time.AbstractDateFormat |
format |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MicrosecondDateFormat()
Method Detail |
public java.lang.String format(AbsoluteTimestamp t)
format
in class AbstractDateFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |