``` dti = pd.date_range('2016-01-01', periods=3) pi = dti.to_period('D') >>> pi.is_monotonic True >>> pi[::-1].is_monotonic False ```