Method lrs::time::Time::days

Creates a Time that represents a number of days.

Syntax

impl Time {
    fn days(d: i64) -> Time
}

Arguments

NameDescription
d

The number of days.