Package com.qfs.agg

Interface ITimestamp

All Superinterfaces:
Comparable<ITimestamp>, ITime, Serializable
All Known Implementing Classes:
Timestamp

public interface ITimestamp extends Comparable<ITimestamp>, Serializable, ITime
A timestamp as produced by a TIMESTAMP aggregation function.
Author:
ActiveViam
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns this timestamp as a date.

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.quartetfs.fwk.types.ITime

    getTime
  • Method Details

    • getDate

      Date getDate()
      Returns this timestamp as a date.