package time
Utility classes for Time manipulation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- time
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit final
class
DateTimes extends AnyVal
Common methods to deal convert SimpleDateTime to common formats
-
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)
- case class TimeOfDay(hour: Int, minute: Int = 0, second: Int = 0, nano: Int = 0) extends Product with Serializable
Value Members
-
object
SimpleDateTime extends Serializable
Some utility functions for DateTimes
- object TimeOfDay extends Serializable