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

Public companion properties

NONE

val NONEDateTimeFormatterSkeletonOptions.Day

Produces no output.

NUMERIC

val NUMERICDateTimeFormatterSkeletonOptions.Day

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

TWO_DIGITS

val TWO_DIGITSDateTimeFormatterSkeletonOptions.Day

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

Public properties

value

Added in 1.0.0-alpha01
val valueString