Class FixedDate

    • Constructor Summary

      Constructors 
      Constructor Description
      FixedDate​(java.lang.String expression)  
      FixedDate​(java.lang.String expression, java.util.TimeZone timeZone, java.lang.String datePattern)  
      FixedDate​(java.util.Date date)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getDefaultPattern()  
      java.util.Date getEnd()  
      java.util.Date getStart()  
      protected void validateExpression​(java.lang.String expression)  
      • Methods inherited from class java.lang.Object

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

      • FixedDate

        public FixedDate​(java.lang.String expression)
      • FixedDate

        public FixedDate​(java.lang.String expression,
                         java.util.TimeZone timeZone,
                         java.lang.String datePattern)
      • FixedDate

        public FixedDate​(java.util.Date date)