Class DateTimeStep

java.lang.Object
io.keikai.range.impl.autofill.DateTimeStep
All Implemented Interfaces:
Step, Serializable

public class DateTimeStep extends Object implements Step, Serializable
Step value by given steps by Calendar
Since:
2.6.0
Author:
dennischen
See Also:
  • Constructor Details

    • DateTimeStep

      public DateTimeStep(Date date, int yearStep, int monthStep, int dayStep, int millisecondStep, int type)
  • Method Details

    • next

      public Object next(SCell cell)
      Description copied from interface: Step
      Return next value of this step sequence per the source cell.
      Specified by:
      next in interface Step
      Parameters:
      cell - the source cell for filling
      Returns:
      next value of this step per the source cell
    • getDataType

      public int getDataType()
      Description copied from interface: Step
      Returns the data type of this Step.
      Specified by:
      getDataType in interface Step
      Returns:
      the data type of this Step.