Class RollingCalendar

    • Constructor Detail

      • RollingCalendar

        public RollingCalendar​(String datePattern)
        Deprecated.
      • RollingCalendar

        public RollingCalendar​(String datePattern,
                               TimeZone tz,
                               Locale locale)
        Deprecated.
    • Method Detail

      • getPeriodicityType

        public PeriodicityType getPeriodicityType()
        Deprecated.
      • computePeriodicityType

        public PeriodicityType computePeriodicityType()
        Deprecated.
      • isCollisionFree

        public boolean isCollisionFree()
        Deprecated.
      • printPeriodicity

        public void printPeriodicity​(ContextAwareBase cab)
        Deprecated.
      • periodBarriersCrossed

        public long periodBarriersCrossed​(long start,
                                          long end)
        Deprecated.
      • diffInMonths

        public static int diffInMonths​(long startTime,
                                       long endTime)
        Deprecated.
      • getEndOfNextNthPeriod

        public Date getEndOfNextNthPeriod​(Date now,
                                          int periods)
        Deprecated.
      • getNextTriggeringDate

        public Date getNextTriggeringDate​(Date now)
        Deprecated.
      • getStartOfCurrentPeriodWithGMTOffsetCorrection

        public long getStartOfCurrentPeriodWithGMTOffsetCorrection​(long now,
                                                                   TimeZone timezone)
        Deprecated.