Packages

package time

Utility classes for Time manipulation

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

Type Members

  1. implicit final class DateTimes extends AnyVal

    Common methods to deal convert SimpleDateTime to common formats

  2. case class SimpleDateTime (year: Int, month: Int, day: Int, timeOfDay: Option[TimeOfDay] = None, zoneOffset: Option[Int] = None) extends Product with Serializable

    A simple container for DateTime elements that does not depends on the platform (JVM/JS/etc)

  3. case class TimeOfDay (hour: Int, minute: Int = 0, second: Int = 0, nano: Int = 0) extends Product with Serializable

Value Members

  1. object SimpleDateTime extends Serializable

    Some utility functions for DateTimes

Inherited from AnyRef

Inherited from Any

Ungrouped