Struct rust_clock::Clock [] [src]

pub struct Clock { /* fields omitted */ }

Methods

impl Clock
[src]

Create a new clock.

Set the clock time in milliseconds.

  • ms - Milliseconds to set time from.

Set the clock time in seconds.

  • seconds - Seconds to set time from.

Get the clock time in hh:mm:ss notation.