WithUtcOffset

Functions specific to the date-time format builders containing the UTC-offset fields.

Inheritors

Functions

Link copied to clipboard
abstract fun offset(format: DateTimeFormat<UtcOffset>)

An existing DateTimeFormat for the UTC offset part.

Link copied to clipboard
abstract fun offsetHours(padding: Padding = Padding.ZERO)

The total number of hours in the UTC offset, including the sign.

Link copied to clipboard
abstract fun offsetMinutesOfHour(padding: Padding = Padding.ZERO)

The minute-of-hour of the UTC offset.

Link copied to clipboard
abstract fun offsetSecondsOfMinute(padding: Padding = Padding.ZERO)

The second-of-minute of the UTC offset.