[][src]Struct pure_rust_locales::pa_IN::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

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

$["ਐਤ", "ਸ\u{a4b}ਮ", "ਮ\u{a70}ਗਲ", "ਬ\u{a41}\u{a71}ਧ", "ਵੀਰ", "ਸ਼\u{a41}\u{a71}ਕਰ", "ਸ਼ਨਿ\u{a71}ਚਰ"]

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

$["ਜਨ", "ਫ\u{a3c}ਰ", "ਮਾਰਚ", "ਅਪ\u{a4d}ਰ\u{a48}", "ਮਈ", "ਜ\u{a42}ਨ", "ਜ\u{a41}ਲਾ", "ਅਗ", "ਸਤ\u{a70}", "ਅਕਤ\u{a42}", "ਨਵ\u{a70}", "ਦਸ\u{a70}"]

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

$["ਸਵ\u{a47}ਰ\u{a47}", "ਸ਼ਾਮ"]

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{a4b}ਮਵਾਰ", "ਮ\u{a70}ਗਲਵਾਰ", "ਬ\u{a41}\u{a71}ਧਵਾਰ", "ਵੀਰਵਾਰ", "ਸ਼\u{a41}\u{a71}ਕਰਵਾਰ", "ਸ਼ਨਿ\u{a71}ਚਰਵਾਰ"]

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

$["ਜਨਵਰੀ", "ਫ\u{a3c}ਰਵਰੀ", "ਮਾਰਚ", "ਅਪ\u{a4d}ਰ\u{a48}ਲ", "ਮਈ", "ਜ\u{a42}ਨ", "ਜ\u{a41}ਲਾਈ", "ਅਗਸਤ", "ਸਤ\u{a70}ਬਰ", "ਅਕਤ\u{a42}ਬਰ", "ਨਵ\u{a70}ਬਰ", "ਦਸ\u{a70}ਬਰ"]

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]