DateTimeFormatterSkeletonOptions.Month


class DateTimeFormatterSkeletonOptions.Month


Month number/name.

Summary

Public companion functions

DateTimeFormatterSkeletonOptions.Month

Public properties

String

Public companion functions

fromString

Added in 1.0.0
fun fromString(value: String): DateTimeFormatterSkeletonOptions.Month

Public companion properties

ABBREVIATED

val ABBREVIATED: DateTimeFormatterSkeletonOptions.Month

e.g. "Sep".

NARROW

val NARROW: DateTimeFormatterSkeletonOptions.Month

Might be soo short that it is confusing. E.g. "S".

NONE

val NONE: DateTimeFormatterSkeletonOptions.Month

Produces no output.

TWO_DIGITS

val TWO_DIGITS: DateTimeFormatterSkeletonOptions.Month

Numeric: 2 digits, zero pad if needed. May not be good i18n. E.g. "09".

WIDE

val WIDE: DateTimeFormatterSkeletonOptions.Month

e.g. "September".

Public properties

value

Added in 1.0.0
val value: String