[][src]Struct pure_rust_locales::my_MM::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

pub fn abday() -> &'static [&'static str][src]

$["န\u{103d}ေ", "လာ", "ဂါ", "ဟ\u{1030}း", "တေး", "သော", "နေ"]

pub fn abmon() -> &'static [&'static str][src]

$["ဇန\u{103a}", "ဖေ", "မတ\u{103a}", "ဧပြ\u{102e}", "မေ", "ဇ\u{103d}န\u{103a}", "ဇ\u{1030}", "ဩ", "စက\u{103a}", "အောက\u{103a}", "န\u{102d}\u{102f}", "ဒ\u{102e}"]

pub fn alt_digits() -> &'static [&'static str][src]

$["၀၀", "၀၁", "၀၂", "၀၃", "၀၄", "၀၅", "၀၆", "၀၇", "၀၈", "၀၉", "၁၀", "၁၁", "၁၂", "၁၃", "၁၄", "၁၅", "၁၆", "၁၇", "၁၈", "၁၉", "၂၀", "၂၁", "၂၂", "၂၃", "၂၄", "၂၅", "၂၆", "၂၇", "၂၈", "၂၉", "၃၀", "၃၁", "၃၂", "၃၃", "၃၄", "၃၅", "၃၆", "၃၇", "၃၈", "၃၉", "၄၀", "၄၁", "၄၂", "၄၃", "၄၄", "၄၅", "၄၆", "၄၇", "၄၈", "၄၉", "၅၀", "၅၁", "၅၂", "၅၃", "၅၄", "၅၅", "၅၆", "၅၇", "၅၈", "၅၉", "၆၀", "၆၁", "၆၂", "၆၃", "၆၄", "၆၅", "၆၆", "၆၇", "၆၈", "၆၉", "၇၀", "၇၁", "၇၂", "၇၃", "၇၄", "၇၅", "၇၆", "၇၇", "၇၈", "၇၉", "၈၀", "၈၁", "၈၂", "၈၃", "၈၄", "၈၅", "၈၆", "၈၇", "၈၈", "၈၉", "၉၀", "၉၁", "၉၂", "၉၃", "၉၄", "၉၅", "၉၆", "၉၇", "၉၈", "၉၉"]

pub fn am_pm() -> &'static [&'static str][src]

$["န\u{1036}နက\u{103a}", "ညနေ"]

pub fn d_fmt() -> &'static str[src]

"%OC%Oy %b %Od %A"

pub fn d_t_fmt() -> &'static str[src]

"%OC%Oy %b %Od %A %OI:%OM:%OS %Op %Z"

pub fn day() -> &'static [&'static str][src]

$["တနင\u{103a}\u{1039}ဂန\u{103d}ေ", "တနင\u{103a}\u{1039}လာ", "အင\u{103a}\u{1039}ဂါ", "ဗ\u{102f}ဒ\u{1039}ဓဟ\u{1030}း", "ကြာသပတေး", "သောကြာ", "စနေ"]

pub fn mon() -> &'static [&'static str][src]

$["ဇန\u{103a}နဝါရ\u{102e}", "ဖေဖော\u{103a}ဝါရ\u{102e}", "မတ\u{103a}", "ဧပြ\u{102e}", "မေ", "ဇ\u{103d}န\u{103a}", "ဇ\u{1030}လ\u{102d}\u{102f}င\u{103a}", "ဩဂ\u{102f}တ\u{103a}", "စက\u{103a}တင\u{103a}ဘာ", "အောက\u{103a}တ\u{102d}\u{102f}ဘာ", "န\u{102d}\u{102f}ဝင\u{103a}ဘာ", "ဒ\u{102e}ဇင\u{103a}ဘာ"]

pub fn t_fmt() -> &'static str[src]

"%OI:%OM:%OS %p"

pub fn t_fmt_ampm() -> &'static str[src]

"%OI:%OM:%OS %p"

pub fn week() -> &'static [i64][src]

&[7, 19971130, 1]

Auto Trait Implementations

impl Unpin for LC_TIME

impl Send for LC_TIME

impl Sync for LC_TIME

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]