Trait PHASEXave::Gregorian

source ·
pub trait Gregorian: Converter {
    // Required methods
    fn to_date(&mut self, zone_in_unix: bool);
    fn to_presentation(&mut self, zone_in_unix: bool);
}

Required Methods§

source

fn to_date(&mut self, zone_in_unix: bool)

source

fn to_presentation(&mut self, zone_in_unix: bool)

Implementors§