Trait clokwerk::NextTime[][src]

pub trait NextTime {
    fn next<Tz: TimeZone>(&self, from: &DateTime<Tz>) -> DateTime<Tz>;
fn prev<Tz: TimeZone>(&self, from: &DateTime<Tz>) -> DateTime<Tz>; }

Required methods

fn next<Tz: TimeZone>(&self, from: &DateTime<Tz>) -> DateTime<Tz>[src]

fn prev<Tz: TimeZone>(&self, from: &DateTime<Tz>) -> DateTime<Tz>[src]

Loading content...

Implementors

impl NextTime for Interval[src]

Loading content...