Package org.joda.time

Class DateTimeUtils.FixedMillisProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long iMillis
      The fixed millis value.
    • Constructor Summary

      Constructors 
      Constructor Description
      FixedMillisProvider​(long fixedMillis)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getMillis()
      Gets the current time.
      • Methods inherited from class java.lang.Object

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

      • iMillis

        private final long iMillis
        The fixed millis value.
    • Constructor Detail

      • FixedMillisProvider

        FixedMillisProvider​(long fixedMillis)
        Constructor.
        Parameters:
        fixedMillis - the millis value