Interface ITime

All Superinterfaces:
Serializable
All Known Subinterfaces:
ITimestamp
All Known Implementing Classes:
Timestamp

public interface ITime extends Serializable
High level interface for time container classes that can export the time as a Java long.
Author:
ActiveViam
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns time.
  • Method Details

    • getTime

      long getTime()
      Returns time.