month_to_step¶
- month_to_step(m)[source]¶
Returns step index for months
For a given number of months elapsed from
date_(0)
, returns the minimum step index such thatstep_to_month(i)
is equal to or greater thanm
.
Returns step index for months
For a given number of months elapsed from date_(0)
,
returns the minimum step index such that step_to_month(i)
is equal to or greater than m
.