[][src]Struct pure_rust_locales::zh_CN::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

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

$["日", "一", "二", "三", "四", "五", "六"]

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

$["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"]

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

$["上午", "下午"]

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

"%Y年%m月%d日"

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

"%Y年%m月%d日 %A %H时%M分%S秒"

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

"%Y年 %m月 %d日 %A %H:%M:%S %Z"

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

$["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"]

pub fn first_weekday() -> i64[src]

2

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

$["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]

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

"%H时%M分%S秒"

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

"%p %I时%M分%S秒"

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]