package time
Provides utility classes and methods related to datetime libraries.
- Alphabetic
- By Inheritance
- time
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
EmptySteppedInterval
(step: com.github.nscala_time.time.Imports.Period) extends IterableInterval with Product with Serializable
An iterable time interval with no elements.
An iterable time interval with no elements.
- step
the period of time between consecutive
DateTimes. Does not affect an empty interval
-
trait
IterableInterval
extends IndexedSeq[com.github.nscala_time.time.Imports.DateTime]
A view of a time interval as an indexed sequence of
DateTimes. -
case class
LocalDateInterval
(i: IterableInterval) extends IndexedSeq[com.github.nscala_time.time.Imports.LocalDate] with Product with Serializable
A view of a time interval as an indexed sequence of
LocalDate. -
case class
SteppedInterval
(interval: ReadableInterval, step: com.github.nscala_time.time.Imports.Period) extends IterableInterval with Product with Serializable
A view of a
ReadableIntervalas an indexed sequence ofDateTimes.A view of a
ReadableIntervalas an indexed sequence ofDateTimes.- interval
the
ReadableIntervalto view as an indexed sequence- step
the period of time between consecutive
DateTimesin the sequence
Value Members
-
object
Implicits
Object containing implicit classes and methods related to datetime libraries.
-
object
IterableInterval
Companion object containing a facotry for iterable time intervals.