DateTimeFormatterSkeletonOptions.Day


class DateTimeFormatterSkeletonOptions.Day


Day of month (numeric).

Summary

Public companion functions

DateTimeFormatterSkeletonOptions.Day

Public companion properties

DateTimeFormatterSkeletonOptions.Day

Produces no output.

DateTimeFormatterSkeletonOptions.Day

As many digits as needed to show the full value.

DateTimeFormatterSkeletonOptions.Day

Two digits, zero pad if needed.

Public properties

String

Public companion functions

fromString

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

Public companion properties

NONE

val NONE: DateTimeFormatterSkeletonOptions.Day

Produces no output.

NUMERIC

val NUMERIC: DateTimeFormatterSkeletonOptions.Day

As many digits as needed to show the full value. E.g. "1" or "17".

TWO_DIGITS

val TWO_DIGITS: DateTimeFormatterSkeletonOptions.Day

Two digits, zero pad if needed. E.g. "01" or "17".

Public properties

value

Added in 1.0.0
val value: String