getStepTimeBeforeInclusive abstract method

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

Get the step time before or on the given time from tickIncrement.

Implementation

DateTime getStepTimeBeforeInclusive(DateTime time, int tickIncrement);