Struct carbon::End [-] [+] [src]

pub struct End<'a> {
    // some fields omitted
}

Methods

impl<'a> End<'a>

fn new(dt: &'a DateTime) -> End

Trait Implementations

impl<'a> CarbonDuration for End<'a>

fn month(&self) -> DateTime

fn day(&self) -> DateTime

fn hour(&self) -> DateTime

fn minute(&self) -> DateTime

fn second(&self) -> DateTime