implicit final class DateTimeFormatOptionsMutableBuilder[Self <: DateTimeFormatOptions] extends AnyVal
- Annotations
- @inline()
- Source
- DateTimeFormatOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DateTimeFormatOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DateTimeFormatOptionsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def setCalendar(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setCalendarUndefined: Self
- Annotations
- @inline()
- def setDateStyle(value: |[|[|[full, long], medium], short]): Self
- Annotations
- @inline()
- def setDateStyleUndefined: Self
- Annotations
- @inline()
- def setDay(value: |[numeric, 2-digit]): Self
- Annotations
- @inline()
- def setDayPeriod(value: |[|[narrow, short], long]): Self
- Annotations
- @inline()
- def setDayPeriodUndefined: Self
- Annotations
- @inline()
- def setDayUndefined: Self
- Annotations
- @inline()
- def setEra(value: |[|[long, short], narrow]): Self
- Annotations
- @inline()
- def setEraUndefined: Self
- Annotations
- @inline()
- def setFormatMatcher(value: |[best fit, basic]): Self
- Annotations
- @inline()
- def setFormatMatcherUndefined: Self
- Annotations
- @inline()
- def setFractionalSecondDigits(value: |[|[|[0, 1], 2], 3]): Self
- Annotations
- @inline()
- def setFractionalSecondDigitsUndefined: Self
- Annotations
- @inline()
- def setHour(value: |[numeric, 2-digit]): Self
- Annotations
- @inline()
- def setHour12(value: scala.Boolean): Self
- Annotations
- @inline()
- def setHour12Undefined: Self
- Annotations
- @inline()
- def setHourCycle(value: |[|[|[h11, h12], h23], h24]): Self
- Annotations
- @inline()
- def setHourCycleUndefined: Self
- Annotations
- @inline()
- def setHourUndefined: Self
- Annotations
- @inline()
- def setLocaleMatcher(value: |[best fit, lookup]): Self
- Annotations
- @inline()
- def setLocaleMatcherUndefined: Self
- Annotations
- @inline()
- def setMinute(value: |[numeric, 2-digit]): Self
- Annotations
- @inline()
- def setMinuteUndefined: Self
- Annotations
- @inline()
- def setMonth(value: |[|[|[|[numeric, 2-digit], long], short], narrow]): Self
- Annotations
- @inline()
- def setMonthUndefined: Self
- Annotations
- @inline()
- def setNumberingSystem(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setNumberingSystemUndefined: Self
- Annotations
- @inline()
- def setSecond(value: |[numeric, 2-digit]): Self
- Annotations
- @inline()
- def setSecondUndefined: Self
- Annotations
- @inline()
- def setTimeStyle(value: |[|[|[full, long], medium], short]): Self
- Annotations
- @inline()
- def setTimeStyleUndefined: Self
- Annotations
- @inline()
- def setTimeZone(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setTimeZoneName(value: |[long, short]): Self
- Annotations
- @inline()
- def setTimeZoneNameUndefined: Self
- Annotations
- @inline()
- def setTimeZoneUndefined: Self
- Annotations
- @inline()
- def setWeekday(value: |[|[long, short], narrow]): Self
- Annotations
- @inline()
- def setWeekdayUndefined: Self
- Annotations
- @inline()
- def setYear(value: |[numeric, 2-digit]): Self
- Annotations
- @inline()
- def setYearUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self