codes.reactive.scalatime

ChronoField

object ChronoField extends ChronoFields

Provides a standard set of date period fields as TemporalField instances.

Source
Chrono.scala
Linear Supertypes
ChronoFields, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ChronoField
  2. ChronoFields
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final val AlignedDayOfWeekInMonth: org.threeten.bp.temporal.ChronoField(ALIGNED_DAY_OF_WEEK_IN_MONTH)

    ChronoField representing the the aligned day-of-week within a month.

    ChronoField representing the the aligned day-of-week within a month.

    Definition Classes
    ChronoFields
    See also

    ALIGNED_DAY_OF_WEEK_IN_MONTH

  5. final val AlignedDayOfWeekInYear: org.threeten.bp.temporal.ChronoField(ALIGNED_DAY_OF_WEEK_IN_YEAR)

    ChronoField representing the the aligned day-of-week within a year.

    ChronoField representing the the aligned day-of-week within a year.

    Definition Classes
    ChronoFields
    See also

    ALIGNED_DAY_OF_WEEK_IN_YEAR

  6. final val AlignedWeekOfMonth: org.threeten.bp.temporal.ChronoField(ALIGNED_WEEK_OF_MONTH)

    ChronoField representing the the aligned week within a month.

    ChronoField representing the the aligned week within a month.

    Definition Classes
    ChronoFields
    See also

    ALIGNED_WEEK_OF_MONTH

  7. final val AlignedWeekOfYear: org.threeten.bp.temporal.ChronoField(ALIGNED_WEEK_OF_YEAR)

    ChronoField representing the the aligned week within a year.

    ChronoField representing the the aligned week within a year.

    Definition Classes
    ChronoFields
    See also

    ALIGNED_WEEK_OF_YEAR

  8. final val AmPmOfDay: org.threeten.bp.temporal.ChronoField(AMPM_OF_DAY)

    ChronoField representing the the am-pm-of-day.

    ChronoField representing the the am-pm-of-day.

    Definition Classes
    ChronoFields
    See also

    AMPM_OF_DAY

  9. final val ClockHourOfAmPm: org.threeten.bp.temporal.ChronoField(CLOCK_HOUR_OF_AMPM)

    ChronoField representing the the clock-hour-of-am-pm.

  10. final val ClockHourOfDay: org.threeten.bp.temporal.ChronoField(CLOCK_HOUR_OF_DAY)

    ChronoField representing the the clock-hour-of-day.

    ChronoField representing the the clock-hour-of-day.

    Definition Classes
    ChronoFields
    See also

    CLOCK_HOUR_OF_DAY

  11. final val DayOfMonth: org.threeten.bp.temporal.ChronoField(DAY_OF_MONTH)

    ChronoField representing the the day-of-month.

    ChronoField representing the the day-of-month.

    Definition Classes
    ChronoFields
    See also

    DAY_OF_MONTH

  12. final val DayOfWeek: org.threeten.bp.temporal.ChronoField(DAY_OF_WEEK)

    ChronoField representing the the day-of-week, such as Tuesday.

    ChronoField representing the the day-of-week, such as Tuesday.

    Definition Classes
    ChronoFields
    See also

    DAY_OF_WEEK

  13. final val DayOfYear: org.threeten.bp.temporal.ChronoField(DAY_OF_YEAR)

    ChronoField representing the the day-of-year.

    ChronoField representing the the day-of-year.

    Definition Classes
    ChronoFields
    See also

    DAY_OF_YEAR

  14. final val EpochDay: org.threeten.bp.temporal.ChronoField(EPOCH_DAY)

    ChronoField representing the the epoch-day, based on the Java epoch of 1970-01-01 (ISO).

    ChronoField representing the the epoch-day, based on the Java epoch of 1970-01-01 (ISO).

    Definition Classes
    ChronoFields
    See also

    EPOCH_DAY

  15. final val Era: org.threeten.bp.temporal.ChronoField(ERA)

    ChronoField representing the the era.

    ChronoField representing the the era.

    Definition Classes
    ChronoFields
    See also

    ERA

  16. final val HourOfAmPm: org.threeten.bp.temporal.ChronoField(HOUR_OF_AMPM)

    ChronoField representing the the hour-of-am-pm.

    ChronoField representing the the hour-of-am-pm.

    Definition Classes
    ChronoFields
    See also

    HOUR_OF_AMPM

  17. final val HourOfDay: org.threeten.bp.temporal.ChronoField(HOUR_OF_DAY)

    ChronoField representing the the hour-of-day.

    ChronoField representing the the hour-of-day.

    Definition Classes
    ChronoFields
    See also

    HOUR_OF_DAY

  18. final val InstantSeconds: org.threeten.bp.temporal.ChronoField(INSTANT_SECONDS)

    ChronoField representing the the instant epoch-seconds.

    ChronoField representing the the instant epoch-seconds.

    Definition Classes
    ChronoFields
    See also

    INSTANT_SECONDS

  19. final val MicroOfDay: org.threeten.bp.temporal.ChronoField(MICRO_OF_DAY)

    ChronoField representing the the micro-of-day.

    ChronoField representing the the micro-of-day.

    Definition Classes
    ChronoFields
    See also

    MICRO_OF_DAY

  20. final val MicroOfSecond: org.threeten.bp.temporal.ChronoField(MICRO_OF_SECOND)

    ChronoField representing the the micro-of-second.

    ChronoField representing the the micro-of-second.

    Definition Classes
    ChronoFields
    See also

    MICRO_OF_SECOND

  21. final val MilliOfDay: org.threeten.bp.temporal.ChronoField(MILLI_OF_DAY)

    ChronoField representing the the milli-of-day.

    ChronoField representing the the milli-of-day.

    Definition Classes
    ChronoFields
    See also

    MILLI_OF_DAY

  22. final val MilliOfSecond: org.threeten.bp.temporal.ChronoField(MILLI_OF_SECOND)

    ChronoField representing the the milli-of-second.

    ChronoField representing the the milli-of-second.

    Definition Classes
    ChronoFields
    See also

    MILLI_OF_SECOND

  23. final val MinuteOfDay: org.threeten.bp.temporal.ChronoField(MINUTE_OF_DAY)

    ChronoField representing the the minute-of-day.

    ChronoField representing the the minute-of-day.

    Definition Classes
    ChronoFields
    See also

    MINUTE_OF_DAY

  24. final val MinuteOfHour: org.threeten.bp.temporal.ChronoField(MINUTE_OF_HOUR)

    ChronoField representing the the minute-of-hour.

    ChronoField representing the the minute-of-hour.

    Definition Classes
    ChronoFields
    See also

    MINUTE_OF_HOUR

  25. final val MonthOfYear: org.threeten.bp.temporal.ChronoField(MONTH_OF_YEAR)

    ChronoField representing the the month-of-year, such as March.

    ChronoField representing the the month-of-year, such as March.

    Definition Classes
    ChronoFields
    See also

    MONTH_OF_YEAR

  26. final val NanoOfDay: org.threeten.bp.temporal.ChronoField(NANO_OF_DAY)

    ChronoField representing the the nano-of-day.

    ChronoField representing the the nano-of-day.

    Definition Classes
    ChronoFields
    See also

    NANO_OF_DAY

  27. final val NanoOfSecond: org.threeten.bp.temporal.ChronoField(NANO_OF_SECOND)

    ChronoField representing the the nano-of-second.

    ChronoField representing the the nano-of-second.

    Definition Classes
    ChronoFields
    See also

    NANO_OF_SECOND

  28. final val OffsetSeconds: org.threeten.bp.temporal.ChronoField(OFFSET_SECONDS)

    ChronoField representing the the offset from UTC/Greenwich.

    ChronoField representing the the offset from UTC/Greenwich.

    Definition Classes
    ChronoFields
    See also

    OFFSET_SECONDS

  29. final val ProlepticMonth: org.threeten.bp.temporal.ChronoField(PROLEPTIC_MONTH)

    ChronoField representing the the proleptic-month based, counting months sequentially from year 0.

    ChronoField representing the the proleptic-month based, counting months sequentially from year 0.

    Definition Classes
    ChronoFields
    See also

    PROLEPTIC_MONTH

  30. final val SecondOfDay: org.threeten.bp.temporal.ChronoField(SECOND_OF_DAY)

    ChronoField representing the the second-of-day.

    ChronoField representing the the second-of-day.

    Definition Classes
    ChronoFields
    See also

    SECOND_OF_DAY

  31. final val SecondOfMinute: org.threeten.bp.temporal.ChronoField(SECOND_OF_MINUTE)

    ChronoField representing the the second-of-minute.

    ChronoField representing the the second-of-minute.

    Definition Classes
    ChronoFields
    See also

    SECOND_OF_MINUTE

  32. final val Year: org.threeten.bp.temporal.ChronoField(YEAR)

    ChronoField representing the the proleptic year, such as 2012.

    ChronoField representing the the proleptic year, such as 2012.

    Definition Classes
    ChronoFields
    See also

    YEAR

  33. final val YearOfEra: org.threeten.bp.temporal.ChronoField(YEAR_OF_ERA)

    ChronoField representing the the year within the era.

    ChronoField representing the the year within the era.

    Definition Classes
    ChronoFields
    See also

    YEAR_OF_ERA

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  38. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  40. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ChronoFields

Inherited from AnyRef

Inherited from Any

Ungrouped