Method lrs::time::Time::minutes

Creates a Time that represents a number of minutes.

Syntax

impl Time {
    fn minutes(m: i64) -> Time
}

Arguments

NameDescription
m

The number of minutes.