Searched refs:stepMilliseconds (Results 1 – 1 of 1) sorted by relevance
420 Decimal stepMilliseconds = stepRange().step(); in createStep() local423 ASSERT(!stepMilliseconds.isZero()); in createStep()427 if (stepMilliseconds.remainder(msPerFieldSizeDecimal).isZero()) in createStep()428 stepMilliseconds = msPerFieldSizeDecimal; in createStep()430 …if (msPerFieldSizeDecimal.remainder(stepMilliseconds).isZero() && stepMilliseconds.remainder(msPer… in createStep()431 step.step = static_cast<int>((stepMilliseconds / msPerFieldUnitDecimal).toDouble()); in createStep()