Trait chronologic::IntoTimeValue
source · pub trait IntoTimeValue {
// Required methods
fn years(self) -> TimeValue;
fn months(self) -> TimeValue;
fn weeks(self) -> TimeValue;
fn days(self) -> TimeValue;
fn hours(self) -> TimeValue;
fn mins(self) -> TimeValue;
fn secs(self) -> TimeValue;
fn millis(self) -> TimeValue;
fn micros(self) -> TimeValue;
fn nanos(self) -> TimeValue;
fn ticks(self) -> TimeValue;
}