DateTimeFormatterSkeletonOptions.Timezone


class DateTimeFormatterSkeletonOptions.Timezone


The localized representation of the time zone name.

Summary

Public companion functions

DateTimeFormatterSkeletonOptions.Timezone

Public properties

String

Public companion functions

Public companion properties

LONG

val LONG: DateTimeFormatterSkeletonOptions.Timezone

Long localized form. E.g. "Pacific Standard Time", "Nordamerikanische Westküsten-Normalzeit".

LONG_GENERIC

val LONG_GENERIC: DateTimeFormatterSkeletonOptions.Timezone

Long generic non-location format. E.g. "Pacific Time", "Nordamerikanische Westküstenzeit".

LONG_OFFSET

val LONG_OFFSET: DateTimeFormatterSkeletonOptions.Timezone

Long localized GMT format. E.g. "GMT-0800".

NONE

val NONE: DateTimeFormatterSkeletonOptions.Timezone

Produces no output.

SHORT

val SHORT: DateTimeFormatterSkeletonOptions.Timezone

Short localized form. E.g. "PST", "GMT-8".

SHORT_GENERIC

val SHORT_GENERIC: DateTimeFormatterSkeletonOptions.Timezone

Short generic non-location format. E.g. "PT", "Los Angeles Zeit".

SHORT_OFFSET

val SHORT_OFFSET: DateTimeFormatterSkeletonOptions.Timezone

Short localized GMT format. E.g. "GMT-8".

Public properties

value

Added in 1.0.0
val value: String