Searched refs:timestamp_subsec_micros (Results 1 – 3 of 3) sorted by relevance
489 as_us + self.timestamp_subsec_micros() as i64 in timestamp_micros()610 pub const fn timestamp_subsec_micros(&self) -> u32 { in timestamp_subsec_micros() method
314 pub const fn timestamp_subsec_micros(&self) -> u32 { in timestamp_subsec_micros() method315 self.datetime.timestamp_subsec_micros() in timestamp_subsec_micros()
1150 assert_eq!(1234, datetime.timestamp_subsec_micros()); in test_subsecond_part()