Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

MonthsTrait

Fully qualified path: chrono::months::MonthsTrait

pub trait MonthsTrait

Trait functions

new

Construct a new Months from a number of months

Fully qualified path: chrono::months::MonthsTrait::new

fn new(months: u32) -> Months

as_u32

Returns the total number of months in the Months instance.

Fully qualified path: chrono::months::MonthsTrait::as_u32

fn as_u32(self: @Months) -> u32