codes.reactive.scalatime.temporal

ChronoFields

trait ChronoFields extends AnyRef

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

Source
ChronoFields.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ChronoFields
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ChronoFields to any2stringadd[ChronoFields] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ChronoFields, B)

    Implicit information
    This member is added by an implicit conversion from ChronoFields to ArrowAssoc[ChronoFields] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final val AlignedDayOfWeekInMonth: java.time.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.

    See also

    ALIGNED_DAY_OF_WEEK_IN_MONTH

  7. final val AlignedDayOfWeekInYear: java.time.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.

    See also

    ALIGNED_DAY_OF_WEEK_IN_YEAR

  8. final val AlignedWeekOfMonth: java.time.temporal.ChronoField(ALIGNED_WEEK_OF_MONTH)

    ChronoField representing the the aligned week within a month.

    ChronoField representing the the aligned week within a month.

    See also

    ALIGNED_WEEK_OF_MONTH

  9. final val AlignedWeekOfYear: java.time.temporal.ChronoField(ALIGNED_WEEK_OF_YEAR)

    ChronoField representing the the aligned week within a year.

    ChronoField representing the the aligned week within a year.

    See also

    ALIGNED_WEEK_OF_YEAR

  10. final val AmPmOfDay: java.time.temporal.ChronoField(AMPM_OF_DAY)

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

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

    See also

    AMPM_OF_DAY

  11. final val ClockHourOfAmPm: java.time.temporal.ChronoField(CLOCK_HOUR_OF_AMPM)

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

  12. final val ClockHourOfDay: java.time.temporal.ChronoField(CLOCK_HOUR_OF_DAY)

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

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

    See also

    CLOCK_HOUR_OF_DAY

  13. final val DayOfMonth: java.time.temporal.ChronoField(DAY_OF_MONTH)

    ChronoField representing the the day-of-month.

    ChronoField representing the the day-of-month.

    See also

    DAY_OF_MONTH

  14. final val DayOfWeek: java.time.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.

    See also

    DAY_OF_WEEK

  15. final val DayOfYear: java.time.temporal.ChronoField(DAY_OF_YEAR)

    ChronoField representing the the day-of-year.

    ChronoField representing the the day-of-year.

    See also

    DAY_OF_YEAR

  16. final val EpochDay: java.time.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).

    See also

    EPOCH_DAY

  17. final val Era: java.time.temporal.ChronoField(ERA)

    ChronoField representing the the era.

    ChronoField representing the the era.

    See also

    ERA

  18. final val HourOfAmPm: java.time.temporal.ChronoField(HOUR_OF_AMPM)

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

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

    See also

    HOUR_OF_AMPM

  19. final val HourOfDay: java.time.temporal.ChronoField(HOUR_OF_DAY)

    ChronoField representing the the hour-of-day.

    ChronoField representing the the hour-of-day.

    See also

    HOUR_OF_DAY

  20. final val InstantSeconds: java.time.temporal.ChronoField(INSTANT_SECONDS)

    ChronoField representing the the instant epoch-seconds.

    ChronoField representing the the instant epoch-seconds.

    See also

    INSTANT_SECONDS

  21. final val MicroOfDay: java.time.temporal.ChronoField(MICRO_OF_DAY)

    ChronoField representing the the micro-of-day.

    ChronoField representing the the micro-of-day.

    See also

    MICRO_OF_DAY

  22. final val MicroOfSecond: java.time.temporal.ChronoField(MICRO_OF_SECOND)

    ChronoField representing the the micro-of-second.

    ChronoField representing the the micro-of-second.

    See also

    MICRO_OF_SECOND

  23. final val MilliOfDay: java.time.temporal.ChronoField(MILLI_OF_DAY)

    ChronoField representing the the milli-of-day.

    ChronoField representing the the milli-of-day.

    See also

    MILLI_OF_DAY

  24. final val MilliOfSecond: java.time.temporal.ChronoField(MILLI_OF_SECOND)

    ChronoField representing the the milli-of-second.

    ChronoField representing the the milli-of-second.

    See also

    MILLI_OF_SECOND

  25. final val MinuteOfDay: java.time.temporal.ChronoField(MINUTE_OF_DAY)

    ChronoField representing the the minute-of-day.

    ChronoField representing the the minute-of-day.

    See also

    MINUTE_OF_DAY

  26. final val MinuteOfHour: java.time.temporal.ChronoField(MINUTE_OF_HOUR)

    ChronoField representing the the minute-of-hour.

    ChronoField representing the the minute-of-hour.

    See also

    MINUTE_OF_HOUR

  27. final val MonthOfYear: java.time.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.

    See also

    MONTH_OF_YEAR

  28. final val NanoOfDay: java.time.temporal.ChronoField(NANO_OF_DAY)

    ChronoField representing the the nano-of-day.

    ChronoField representing the the nano-of-day.

    See also

    NANO_OF_DAY

  29. final val NanoOfSecond: java.time.temporal.ChronoField(NANO_OF_SECOND)

    ChronoField representing the the nano-of-second.

    ChronoField representing the the nano-of-second.

    See also

    NANO_OF_SECOND

  30. final val OffsetSeconds: java.time.temporal.ChronoField(OFFSET_SECONDS)

    ChronoField representing the the offset from UTC/Greenwich.

    ChronoField representing the the offset from UTC/Greenwich.

    See also

    OFFSET_SECONDS

  31. final val ProlepticMonth: java.time.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.

    See also

    PROLEPTIC_MONTH

  32. final val SecondOfDay: java.time.temporal.ChronoField(SECOND_OF_DAY)

    ChronoField representing the the second-of-day.

    ChronoField representing the the second-of-day.

    See also

    SECOND_OF_DAY

  33. final val SecondOfMinute: java.time.temporal.ChronoField(SECOND_OF_MINUTE)

    ChronoField representing the the second-of-minute.

    ChronoField representing the the second-of-minute.

    See also

    SECOND_OF_MINUTE

  34. final val Year: java.time.temporal.ChronoField(YEAR)

    ChronoField representing the the proleptic year, such as 2012.

    ChronoField representing the the proleptic year, such as 2012.

    See also

    YEAR

  35. final val YearOfEra: java.time.temporal.ChronoField(YEAR_OF_ERA)

    ChronoField representing the the year within the era.

    ChronoField representing the the year within the era.

    See also

    YEAR_OF_ERA

  36. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  37. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def ensuring(cond: (ChronoFields) ⇒ Boolean, msg: ⇒ Any): ChronoFields

    Implicit information
    This member is added by an implicit conversion from ChronoFields to Ensuring[ChronoFields] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: (ChronoFields) ⇒ Boolean): ChronoFields

    Implicit information
    This member is added by an implicit conversion from ChronoFields to Ensuring[ChronoFields] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: Boolean, msg: ⇒ Any): ChronoFields

    Implicit information
    This member is added by an implicit conversion from ChronoFields to Ensuring[ChronoFields] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: Boolean): ChronoFields

    Implicit information
    This member is added by an implicit conversion from ChronoFields to Ensuring[ChronoFields] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ChronoFields to StringFormat[ChronoFields] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  46. final def getClass(): Class[_]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def [B](y: B): (ChronoFields, B)

    Implicit information
    This member is added by an implicit conversion from ChronoFields to ArrowAssoc[ChronoFields] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ChronoFields to any2stringadd[ChronoFields]

Inherited by implicit conversion StringFormat from ChronoFields to StringFormat[ChronoFields]

Inherited by implicit conversion Ensuring from ChronoFields to Ensuring[ChronoFields]

Inherited by implicit conversion ArrowAssoc from ChronoFields to ArrowAssoc[ChronoFields]

Ungrouped