getNextStepTime abstract method

DateTime getNextStepTime(
  1. DateTime time,
  2. int tickIncrement
)

Get the next step time after time from tickIncrement.

Implementation

DateTime getNextStepTime(DateTime time, int tickIncrement);