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

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

Methods

impl<'a> Start<'a>

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

Trait Implementations

impl<'a> CarbonDuration for Start<'a>

fn month(&self) -> DateTime

fn day(&self) -> DateTime

fn hour(&self) -> DateTime

fn minute(&self) -> DateTime

fn second(&self) -> DateTime