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

$["ม.ค.", "ก.พ.", "ม\u{e35}.ค.", "เม.ย.", "พ.ค.", "ม\u{e34}.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."]

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

$["AM", "PM"]

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

"%d/%m/%Ey"

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

"%a %e %b %Ey, %H:%M:%S"

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

"%a %e %b %Ey %H:%M:%S %Z"

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

$["อาท\u{e34}ตย\u{e4c}", "จ\u{e31}นทร\u{e4c}", "อ\u{e31}งคาร", "พ\u{e38}ธ", "พฤห\u{e31}สบด\u{e35}", "ศ\u{e38}กร\u{e4c}", "เสาร\u{e4c}"]

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

"+:1:-543/01/01:+*:พ.ศ.:%EC %Ey"

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

"%e %b %Ey"

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

"ว\u{e31}น%Aท\u{e35}\u{e48} %e %B %EC %Ey, %H.%M.%S น."

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

"%H.%M.%S น."

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

$["มกราคม", "ก\u{e38}มภาพ\u{e31}นธ\u{e4c}", "ม\u{e35}นาคม", "เมษายน", "พฤษภาคม", "ม\u{e34}ถ\u{e38}นายน", "กรกฎาคม", "ส\u{e34}งหาคม", "ก\u{e31}นยายน", "ต\u{e38}ลาคม", "พฤศจ\u{e34}กายน", "ธ\u{e31}นวาคม"]

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

"%H:%M:%S"

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

"%I:%M:%S %p"

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]