[][src]Struct pure_rust_locales::gu_IN::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

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

$["રવિ", "સોમ", "મ\u{a82}ગળ", "બ\u{ac1}ધ", "ગ\u{ac1}ર\u{ac1}", "શ\u{ac1}ક\u{acd}ર", "શનિ"]

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

$["જાન\u{acd}ય\u{ac1}", "ફ\u{ac7}બ\u{acd}ર\u{ac1}", "માર\u{acd}ચ", "એપ\u{acd}રિલ", "મ\u{ac7}", "જ\u{ac2}ન", "જ\u{ac1}લાઈ", "ઑગસ\u{acd}ટ", "સપ\u{acd}ટ\u{ac7}", "ઑક\u{acd}ટો", "નવ\u{ac7}", "ડિસ\u{ac7}"]

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

$["સવાર\u{ac7}", "સા\u{a82}જ\u{ac7}"]

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{a82}ગળવાર", "બ\u{ac1}ધવાર", "ગ\u{ac1}ર\u{ac1}વાર", "શ\u{ac1}ક\u{acd}રવાર", "શનિવાર"]

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

$["જાન\u{acd}ય\u{ac1}આરી", "ફ\u{ac7}બ\u{acd}ર\u{ac1}આરી", "માર\u{acd}ચ", "એપ\u{acd}રિલ", "મ\u{ac7}", "જ\u{ac2}ન", "જ\u{ac1}લાઈ", "ઑગસ\u{acd}ટ", "સપ\u{acd}ટ\u{ac7}મ\u{acd}બર", "ઑક\u{acd}ટોબર", "નવ\u{ac7}મ\u{acd}બર", "ડિસ\u{ac7}મ\u{acd}બર"]

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]