[][src]Struct pure_rust_locales::cmn_TW::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年 %b %-d號 %A %H:%M:%S %Z"

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

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

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

$["+:2:1913/01/01:+*:民國:%EC%Ey年", "+:1:1912/01/01:1912/12/31:民國:%EC元年", "+:1:1911/12/31:-*:民前:%EC%Ey年"]

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秒"

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]