Home
last modified time | relevance | path

Searched defs:and_time (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/chrono/src/offset/
Dmod.rs100 pub fn and_time(self, time: NaiveTime) -> LocalResult<DateTime<Tz>> { in and_time() method
/external/rust/crates/chrono/src/
Ddate.rs87 pub fn and_time(&self, time: NaiveTime) -> Option<DateTime<Tz>> { in and_time() method
/external/rust/crates/chrono/src/naive/
Ddate.rs825 pub const fn and_time(&self, time: NaiveTime) -> NaiveDateTime { in and_time() method