pub trait AsDays { // Required method fn as_days(&self) -> u64; }
Used to get the number of full days which represent a specific object which implements this trait.
Get the duration time in full hours