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 ABBREVIATEDDateTimeFormatterSkeletonOptions.Month

e.g. "Sep".

NARROW

val NARROWDateTimeFormatterSkeletonOptions.Month

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

NONE

val NONEDateTimeFormatterSkeletonOptions.Month

Produces no output.

TWO_DIGITS

val TWO_DIGITSDateTimeFormatterSkeletonOptions.Month

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

WIDE

val WIDEDateTimeFormatterSkeletonOptions.Month

e.g. "September".

Public properties

value

Added in 1.0.0
val valueString