Home
last modified time | relevance | path

Searched defs:and_hms_nano (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/chrono/src/
Ddate.rs153 pub fn and_hms_nano(&self, hour: u32, min: u32, sec: u32, nano: u32) -> DateTime<Tz> { in and_hms_nano() method
/external/rust/crates/chrono/src/naive/
Ddate.rs728 pub fn and_hms_nano(&self, hour: u32, min: u32, sec: u32, nano: u32) -> NaiveDateTime { in and_hms_nano() method