Searched refs:num_seconds_from_midnight (Results 1 – 4 of 4) sorted by relevance
105 if self.time().num_seconds_from_midnight() > 0 { in date_ceil()134 if self.time().num_seconds_from_midnight() > 0 { in date_ceil()634 let start_time_ns = u64::from(self.0.num_seconds_from_midnight()) * 1_000_000_000 in key_points()
1416 fn num_seconds_from_midnight(&self) -> u32 { in num_seconds_from_midnight() method
1007 fn num_seconds_from_midnight(&self) -> u32 { in num_seconds_from_midnight() method
282 let seconds_from_midnight = i64::from(self.time.num_seconds_from_midnight()); in timestamp()