Method lrs::time::Time::microseconds

Creates a Time that represents a number of microseconds.

Syntax

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

Arguments

NameDescription
m

The number of microseconds.