Method lrs::time::Time::seconds

Creates a Time that represents a number of seconds.

Syntax

impl Time {
    fn seconds(s: i64) -> Time
}

Arguments

NameDescription
s

The number of seconds.