[][src]Struct pure_rust_locales::ja_JP::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 alt_digits() -> &'static [&'static str][src]

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

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日 %H時%M分%S秒"

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

"%Y年 %b %e日 %A %H:%M:%S %Z"

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

$["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"]

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

$["+:2:2020/01/01:+*:令和:%EC%Ey年", "+:1:2019/05/01:2019/12/31:令和:%EC元年", "+:2:1990/01/01:2019/04/30:平成:%EC%Ey年", "+:1:1989/01/08:1989/12/31:平成:%EC元年", "+:2:1927/01/01:1989/01/07:昭和:%EC%Ey年", "+:1:1926/12/25:1926/12/31:昭和:%EC元年", "+:2:1913/01/01:1926/12/24:大正:%EC%Ey年", "+:1:1912/07/30:1912/12/31:大正:%EC元年", "+:6:1873/01/01:1912/07/29:明治:%EC%Ey年", "+:1:0001/01/01:1872/12/31:西暦:%EC%Ey年", "+:1:-0001/12/31:-*:紀元前:%EC%Ey年"]

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

"%EY%m月%d日"

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

"%EY%m月%d日 %H時%M分%S秒"

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

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

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]