[][src]Struct pure_rust_locales::lzh_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]

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

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

$["〇", "一", "二", "三", "四", "五", "六", "七", "八", "九", "十", "十一", "十二", "十三", "十四", "十五", "十六", "十七", "十八", "十九", "廿", "廿一", "廿二", "廿三", "廿四", "廿五", "廿六", "廿七", "廿八", "廿九", "卅", "卅一"]

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

$["朝", "暮"]

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

"%OC%Oy年%B%Od日"

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

"%OC%Oy年%B%Od日 (%A) %OH時%OM分%OS秒"

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

"公曆 %C%Oy年 %B %Oe日 %A %OH時%OM分%OS秒"

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]

"%OH時%OM分%OS秒"

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

"%p %OI時%OM分%OS秒"

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]