AsDays

Trait AsDays 

Source
pub trait AsDays {
    // Required method
    fn as_days(&self) -> u64;
}
Expand description

Used to get the number of full days which represent a specific object which implements this trait.

Required Methods§

Source

fn as_days(&self) -> u64

Get the duration time in full hours

Implementors§