Packages

package moment

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. moment
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit val captureMomentLocalDateTime: Capture[MomentLocalDateTime]
  2. implicit val momentLocalDTC: Local[MomentLocalDateTime]
  3. implicit val momentZonedWithCrossZoneEquality: Zoned[MomentZonedDateTime]

    This instance uses relaxed time value equality, comparing only underlying instants.

    This instance uses relaxed time value equality, comparing only underlying instants.

    Time values are equal when underlying instants are equal. Even if they have different time zones.

  4. implicit val momentZonedWithStrictEquality: Zoned[MomentZonedDateTime]

    This instance uses strict time value equality.

    This instance uses strict time value equality.

    Time values with different time zones are always considered different, regardless of underlying instant equivalence.

  5. object providers

Inherited from AnyRef

Inherited from Any

Ungrouped