Class TimeResolver


  • public class TimeResolver
    extends java.lang.Object
    Obtain the elapsed time relatively to a reference.
    Author:
    https://github.com/lbovet [Laurent Bovet]
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeResolver​(java.lang.String referenceIsoTimestamp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long resolve​(java.lang.String isoTimestamp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeResolver

        public TimeResolver​(java.lang.String referenceIsoTimestamp)
    • Method Detail

      • resolve

        public long resolve​(java.lang.String isoTimestamp)