[][src]Struct pure_rust_locales::zh_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時\n%M分%S秒"

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

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]