[][src]Struct pure_rust_locales::ml_IN::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

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

$["ഞ\u{d3e}", "തി", "ചൊ", "ബ\u{d41}", "വ\u{d4d}യ\u{d3e}", "വെ", "ശ"]

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

$["ജന\u{d41}", "ഫെബ\u{d4d}ര\u{d41}", "മ\u{d3e}ർ", "ഏപ\u{d4d}രി", "മേയ\u{d4d}", "ജ\u{d42}ൺ", "ജ\u{d42}ലൈ", "ഓഗ", "സെപ\u{d4d}റ\u{d4d}റം", "ഒക\u{d4d}ടോ", "നവം", "ഡിസം"]

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

$["ര\u{d3e}വിലെ", "വൈക\u{d41}"]

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

"%-d/%-m/%y"

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

"%A %d %B %Y %I:%M:%S %p %Z"

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

$["ഞ\u{d3e}യര\u{d4d}\u{200d}", "തിങ\u{d4d}കള\u{d4d}\u{200d}", "ചൊവ\u{d4d}വ", "ബ\u{d41}ധന\u{d4d}\u{200d}", "വ\u{d4d}യ\u{d3e}ഴം", "വെള\u{d4d}ളി", "ശനി"]

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

$["ജന\u{d41}വരി", "ഫെബ\u{d4d}ര\u{d41}വരി", "മ\u{d3e}ർച\u{d4d}ച\u{d4d}", "ഏപ\u{d4d}രിൽ", "മേയ\u{d4d}", "ജ\u{d42}ൺ", "ജ\u{d42}ലൈ", "ഓഗസ\u{d4d}റ\u{d4d}റ\u{d4d}", "സെപ\u{d4d}റ\u{d4d}റംബർ", "ഒക\u{d4d}\u{200c}ടോബർ", "നവംബർ", "ഡിസംബർ"]

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

"%I:%M:%S %p %Z"

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

"%I:%M:%S %p %Z"

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]