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

"%x (%a) %r"

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

"%Y. %m. %d. (%a) %H:%M:%S %Z"

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

$["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"]

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]