|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Date
csli.util.CsliTime
public class CsliTime
The representation of time used for indexing in Calo.
| Constructor Summary | |
|---|---|
CsliTime()
Make a time which is right now. |
|
CsliTime(Date date)
Make a CaloTime from a Date. |
|
CsliTime(Float time)
|
|
CsliTime(long time)
Make a CaloTime which is like Date(long). |
|
| Method Summary | |
|---|---|
String |
toConciseString()
A concise ( <= 12 chars) string representation of the time. |
Float |
toFloat()
|
String |
toString()
|
String |
toVerboseString()
A verbose string representation of the time. |
| Methods inherited from class java.util.Date |
|---|
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTC |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CsliTime()
public CsliTime(Date date)
date - public CsliTime(Float time)
public CsliTime(long time)
time - | Method Detail |
|---|
public String toConciseString()
public Float toFloat()
public String toString()
toString in class Datepublic String toVerboseString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||