Trait carbon::CarbonDuration [-] [+] [src]

pub trait CarbonDuration {
    fn month(&self) -> DateTime;
    fn day(&self) -> DateTime;
    fn hour(&self) -> DateTime;
    fn minute(&self) -> DateTime;
    fn second(&self) -> DateTime;
}

Required Methods

fn month(&self) -> DateTime

fn day(&self) -> DateTime

fn hour(&self) -> DateTime

fn minute(&self) -> DateTime

fn second(&self) -> DateTime

Implementors