Struct adi_clock::Clock [] [src]

pub struct Clock { /* fields omitted */ }

Clock represents the state of a Real-Time-Clock (RTC). You can use it to make animations, time operations, or determine the date and time (TODO).

Methods

impl Clock
[src]

Get the current state of the Real-Time-Clock (RTC).

Get the number of seconds since self was initialized (or since get() was called).