Class RelativeTimeUtil


  • public class RelativeTimeUtil
    extends java.lang.Object
    Parser for relative time.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long parseRelativeTimeInSeconds​(java.lang.String relativeTime)  
      • Methods inherited from class java.lang.Object

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

      • RelativeTimeUtil

        public RelativeTimeUtil()
    • Method Detail

      • parseRelativeTimeInSeconds

        public static long parseRelativeTimeInSeconds​(java.lang.String relativeTime)