Package com.qfs.agg
Interface ITimestamp
- All Superinterfaces:
Comparable<ITimestamp>,ITime,Serializable
- All Known Implementing Classes:
Timestamp
A timestamp as produced by a TIMESTAMP aggregation function.
- Author:
- ActiveViam
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getDate
Date getDate()Returns this timestamp as a date.
-