Method lrs::time::Clock::set_time

Sets the time of the clock.

Syntax

impl Clock {
    fn set_time(self, t: Time) -> Result<(), Errno>
}

Arguments

NameDescription
t

The new time of the clock.