[][src]Struct pure_rust_locales::km_KH::LC_TIME

pub struct LC_TIME;

Methods

impl LC_TIME[src]

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

$["អា", "ច", "អ", "ព\u{17bb}", "ព\u{17d2}រ", "ស\u{17bb}", "ស"]

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

$["១", "២", "៣", "៤", "៥", "៦", "៧", "៨", "៩", "១០", "១១", "១២"]

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

$["ព\u{17d2}រ\u{17b9}ក", "ល\u{17d2}ងាច"]

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

"%e %B %Y"

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

"%A ថ\u{17d2}ងៃ %e ខែ %B ឆ\u{17d2}នា\u{17c6} %Y, %H ម\u{17c9}ោង m នាទ\u{17b8} %S វ\u{17b7}នាទ\u{17b8}\u{200b}"

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

$["ថ\u{17d2}ងៃ\u{200b}អាទ\u{17b7}ត\u{17d2}យ", "ថ\u{17d2}ងៃ\u{200b}ច\u{17d0}ន\u{17d2}ទ", "ថ\u{17d2}ងៃ\u{200b}អង\u{17d2}គារ", "ថ\u{17d2}ងៃ\u{200b}ព\u{17bb}ធ", "ថ\u{17d2}ងៃ\u{200b}ព\u{17d2}រហស\u{17d2}បត\u{17b7}\u{17cd}", "ថ\u{17d2}ងៃ\u{200b}ស\u{17bb}ក\u{17d2}រ", "ថ\u{17d2}ងៃ\u{200b}សៅរ\u{17cd}"]

pub fn first_weekday() -> i64[src]

1

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

$["មករា", "ក\u{17bb}ម\u{17d2}ភៈ", "ម\u{17b8}នា", "មេសា", "ឧសភា", "ម\u{17b7}ថ\u{17bb}នា", "កក\u{17d2}កដា", "ស\u{17b8}ហា", "កញ\u{17d2}ញា", "ត\u{17bb}លា", "វ\u{17b7}ច\u{17d2}ឆ\u{17b7}កា", "ធ\u{17d2}ន\u{17bc}"]

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

"%H:%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]