Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

MonthsImpl

Fully qualified path: chrono::months::MonthsImpl

pub impl MonthsImpl of MonthsTrait;

Impl functions

new

Construct a new Months from a number of months

Fully qualified path: chrono::months::MonthsImpl::new

fn new(months: u32) -> Months

as_u32

Returns the total number of months in the Months instance.

Fully qualified path: chrono::months::MonthsImpl::as_u32

fn as_u32(self: @Months) -> u32