com.timeindexing.time
Class MicrosecondDateFormat

java.lang.Object
  extended by com.timeindexing.time.AbstractDateFormat
      extended by com.timeindexing.time.MicrosecondDateFormat
All Implemented Interfaces:
TimestampFormatting

public class MicrosecondDateFormat
extends AbstractDateFormat

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
defaultFormatter
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicrosecondDateFormat

public MicrosecondDateFormat()
Construct a MicrosecondDateFormat object.

Method Detail

format

public java.lang.String format(AbsoluteTimestamp t)
Format a time as seconds and nanoseconds.

Specified by:
format in class AbstractDateFormat


Timeindexing 2008