iode.Period.step

property Period.step: int

Position of the period in the year

Examples

>>> from iode import Period
>>> period = Period(2000, 'Q', 3)
>>> period.step
3