DateTimeFormatterSkeletonOptions.Second


class DateTimeFormatterSkeletonOptions.Second


Second (numeric). Truncated, not rounded.

Summary

Public companion functions

DateTimeFormatterSkeletonOptions.Second

Public companion properties

DateTimeFormatterSkeletonOptions.Second

Produces no output.

DateTimeFormatterSkeletonOptions.Second

As many digits as needed to show the full value.

DateTimeFormatterSkeletonOptions.Second

Two digits, zero pad if needed.

Public properties

String

Public companion functions

Public companion properties

NONE

val NONEDateTimeFormatterSkeletonOptions.Second

Produces no output.

NUMERIC

val NUMERICDateTimeFormatterSkeletonOptions.Second

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

TWO_DIGITS

val TWO_DIGITSDateTimeFormatterSkeletonOptions.Second

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

Public properties

value

Added in 1.0.0-alpha01
val valueString