[][src]Trait clokwerk::NextTime

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>

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

Loading content...

Implementors

impl NextTime for Interval[src]

Loading content...