Class Month

java.lang.Object
ws.slink.intervals.impl.CustomInterval
ws.slink.intervals.impl.OffsetAwareInterval
ws.slink.intervals.Month
All Implemented Interfaces:
Interval

public class Month extends ws.slink.intervals.impl.OffsetAwareInterval
  • Constructor Details

  • Method Details

    • previous

      public Interval previous()
      Description copied from interface: Interval
      returns previous interval from current (only supported for fixed type intervals, such as day, month, year)
      Returns:
      previous Interval
    • withPrevious

      public Interval withPrevious()
      Description copied from interface: Interval
      returns extended interval including previous one (only supported for fixed type intervals, such as day, month, year)
      Returns:
      previous Interval
    • of

      public static Month of(String input)
    • of

      public static Month of(String input, String timezone)
    • of

      public static Month of(String input, int offset)
    • of

      public static Month of(String input, String timezone, int offset)