Package io.keikai.range.impl.autofill
Class DateTimeStep
java.lang.Object
io.keikai.range.impl.autofill.DateTimeStep
- All Implemented Interfaces:
Step,Serializable
Step value by given steps by Calendar
- Since:
- 2.6.0
- Author:
- dennischen
- See Also:
-
Field Summary
Fields inherited from interface io.keikai.range.impl.autofill.Step
BLANK, DATE, FULL_MONTH, FULL_WEEK, NUMBER, SHORT_MONTH, SHORT_WEEK, STRING, TIME, US_FULL_MONTH, US_FULL_WEEK, US_SHORT_MONTH, US_SHORT_WEEK -
Constructor Summary
ConstructorsConstructorDescriptionDateTimeStep(Date date, int yearStep, int monthStep, int dayStep, int millisecondStep, int type) -
Method Summary
Modifier and TypeMethodDescriptionintReturns the data type of this Step.Return next value of this step sequence per the source cell.
-
Constructor Details
-
DateTimeStep
public DateTimeStep(Date date, int yearStep, int monthStep, int dayStep, int millisecondStep, int type)
-
-
Method Details
-
next
Description copied from interface:StepReturn next value of this step sequence per the source cell. -
getDataType
public int getDataType()Description copied from interface:StepReturns the data type of this Step.- Specified by:
getDataTypein interfaceStep- Returns:
- the data type of this Step.
-