Packages

c

fs2.internal.jsdeps.std.Intl.DateTimeFormatOptions

DateTimeFormatOptionsMutableBuilder

implicit final class DateTimeFormatOptionsMutableBuilder[Self <: DateTimeFormatOptions] extends AnyVal

Annotations
@inline()
Source
DateTimeFormatOptions.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateTimeFormatOptionsMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DateTimeFormatOptionsMutableBuilder(x: Self)

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  7. def setCalendar(value: scala.Predef.String): Self
    Annotations
    @inline()
  8. def setCalendarUndefined: Self
    Annotations
    @inline()
  9. def setDateStyle(value: |[|[|[full, long], medium], short]): Self
    Annotations
    @inline()
  10. def setDateStyleUndefined: Self
    Annotations
    @inline()
  11. def setDay(value: |[numeric, 2-digit]): Self
    Annotations
    @inline()
  12. def setDayPeriod(value: |[|[narrow, short], long]): Self
    Annotations
    @inline()
  13. def setDayPeriodUndefined: Self
    Annotations
    @inline()
  14. def setDayUndefined: Self
    Annotations
    @inline()
  15. def setEra(value: |[|[long, short], narrow]): Self
    Annotations
    @inline()
  16. def setEraUndefined: Self
    Annotations
    @inline()
  17. def setFormatMatcher(value: |[best fit, basic]): Self
    Annotations
    @inline()
  18. def setFormatMatcherUndefined: Self
    Annotations
    @inline()
  19. def setFractionalSecondDigits(value: |[|[|[0, 1], 2], 3]): Self
    Annotations
    @inline()
  20. def setFractionalSecondDigitsUndefined: Self
    Annotations
    @inline()
  21. def setHour(value: |[numeric, 2-digit]): Self
    Annotations
    @inline()
  22. def setHour12(value: scala.Boolean): Self
    Annotations
    @inline()
  23. def setHour12Undefined: Self
    Annotations
    @inline()
  24. def setHourCycle(value: |[|[|[h11, h12], h23], h24]): Self
    Annotations
    @inline()
  25. def setHourCycleUndefined: Self
    Annotations
    @inline()
  26. def setHourUndefined: Self
    Annotations
    @inline()
  27. def setLocaleMatcher(value: |[best fit, lookup]): Self
    Annotations
    @inline()
  28. def setLocaleMatcherUndefined: Self
    Annotations
    @inline()
  29. def setMinute(value: |[numeric, 2-digit]): Self
    Annotations
    @inline()
  30. def setMinuteUndefined: Self
    Annotations
    @inline()
  31. def setMonth(value: |[|[|[|[numeric, 2-digit], long], short], narrow]): Self
    Annotations
    @inline()
  32. def setMonthUndefined: Self
    Annotations
    @inline()
  33. def setNumberingSystem(value: scala.Predef.String): Self
    Annotations
    @inline()
  34. def setNumberingSystemUndefined: Self
    Annotations
    @inline()
  35. def setSecond(value: |[numeric, 2-digit]): Self
    Annotations
    @inline()
  36. def setSecondUndefined: Self
    Annotations
    @inline()
  37. def setTimeStyle(value: |[|[|[full, long], medium], short]): Self
    Annotations
    @inline()
  38. def setTimeStyleUndefined: Self
    Annotations
    @inline()
  39. def setTimeZone(value: scala.Predef.String): Self
    Annotations
    @inline()
  40. def setTimeZoneName(value: |[long, short]): Self
    Annotations
    @inline()
  41. def setTimeZoneNameUndefined: Self
    Annotations
    @inline()
  42. def setTimeZoneUndefined: Self
    Annotations
    @inline()
  43. def setWeekday(value: |[|[long, short], narrow]): Self
    Annotations
    @inline()
  44. def setWeekdayUndefined: Self
    Annotations
    @inline()
  45. def setYear(value: |[numeric, 2-digit]): Self
    Annotations
    @inline()
  46. def setYearUndefined: Self
    Annotations
    @inline()
  47. def toString(): java.lang.String
    Definition Classes
    Any
  48. val x: Self

Inherited from AnyVal

Inherited from Any

Ungrouped