Packages

package time

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class FixedLocalDateTimeFactory extends LocalDateTimeFactory

    A LocalDateTimeFactory implementation that returns fixed time based on the given clock

    A LocalDateTimeFactory implementation that returns fixed time based on the given clock

    Cautions

    LocalDateTimeFactory returns a current time without time-zone. The given zone parameter is only used at initialization. If you want to get a date and time with a time zone, consider using java.time.ZonedDateTime directly.

  2. trait JavaDurationConverters extends AnyRef
  3. trait LocalDateTimeFactory extends AnyRef

    A trait that provides factory methods of java.time.LocalDateTime

Value Members

  1. object DateTimeConverters

    An object that provides extension methods related to date-time API

  2. object FixedLocalDateTimeFactory

    An object that provides factory methods of FixedLocalDateTimeFactory

  3. object JavaDurationConverters extends JavaDurationConverters

    An object that provides extension methods related to java.time.Duration and scala.concurrent.duration.Duration

  4. object LocalDateTimeFactory

    An object that provides factory features of LocalDateTimeFactory

Ungrouped