DateTimeFormatterSkeletonOptions.Minute


class DateTimeFormatterSkeletonOptions.Minute


Minute (numeric). Truncated, not rounded.

Summary

Public companion functions

DateTimeFormatterSkeletonOptions.Minute

Public companion properties

DateTimeFormatterSkeletonOptions.Minute

Produces no output.

DateTimeFormatterSkeletonOptions.Minute

As many digits as needed to show the full value.

DateTimeFormatterSkeletonOptions.Minute

Two digits, zero pad if needed.

Public properties

String

Public companion functions

fromString

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

Public companion properties

NONE

val NONE: DateTimeFormatterSkeletonOptions.Minute

Produces no output.

NUMERIC

val NUMERIC: DateTimeFormatterSkeletonOptions.Minute

As many digits as needed to show the full value. E.g. "8", "59"

TWO_DIGITS

val TWO_DIGITS: DateTimeFormatterSkeletonOptions.Minute

Two digits, zero pad if needed. E.g. "08", "59"

Public properties

value

Added in 1.0.0
val value: String