Interface TimeOffset

All Known Implementing Classes:
ImageTimeOffset

public interface TimeOffset
Converts a tiome to another time.
Author:
Jamie Macaulay
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getOffsetTime(long originalTime)
    Get the time offset.
  • Method Details

    • getOffsetTime

      long getOffsetTime(long originalTime)
      Get the time offset.
      Parameters:
      originalTime - - the orginal time
      Returns:
      the time with time offset.