DateTimeFormatOptionsMutableBuilder

@inline final class DateTimeFormatOptionsMutableBuilder[Self <: DateTimeFormatOptions](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setCalendar(value: String): Self
@inline
@inline
def setDateStyle(value: full | long | medium | short): Self
@inline
@inline
def setDay(value: numeric | 2-digit): Self
@inline
def setDayPeriod(value: narrow | short | long): Self
@inline
@inline
def setDayUndefined: Self
@inline
def setEra(value: long | short | narrow): Self
@inline
def setEraUndefined: Self
@inline
def setFormatMatcher(value: `best fit` | basic): Self
@inline
@inline
def setFractionalSecondDigits(value: 0 | 1 | 2 | 3): Self
@inline
def setHour(value: numeric | 2-digit): Self
@inline
def setHour12(value: Boolean): Self
@inline
@inline
def setHourCycle(value: h11 | h12 | h23 | h24): Self
@inline
@inline
def setHourUndefined: Self
@inline
def setLocaleMatcher(value: `best fit` | lookup): Self
@inline
@inline
def setMinute(value: numeric | 2-digit): Self
@inline
@inline
def setMonth(value: numeric | 2-digit | long | short | narrow): Self
@inline
@inline
def setNumberingSystem(value: String): Self
@inline
@inline
def setSecond(value: numeric | 2-digit): Self
@inline
@inline
def setTimeStyle(value: full | long | medium | short): Self
@inline
@inline
def setTimeZone(value: String): Self
@inline
def setTimeZoneName(value: long | short): Self
@inline
@inline
@inline
def setWeekday(value: long | short | narrow): Self
@inline
@inline
def setYear(value: numeric | 2-digit): Self
@inline
def setYearUndefined: Self

Concrete fields

val x: Self