org.saddle

time

package time

Functionality to assist in TimeSeries related operations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. time
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class TimeAccessors[T] extends AnyRef

    Mixin class providing time accessor methods for Vec and Index containing DateTimes

Value Members

  1. val ISO_CHRONO: ISOChronology

  2. val ISO_CHRONO_UTC: ISOChronology

  3. val TZ_LOCAL: DateTimeZone

  4. val TZ_UTC: DateTimeZone

  5. def datetime(y: Int = 0, m: Int = 0, d: Int = 0, h: Int = 0, t: Int = 0, s: Int = 0, ms: Int = 0, chrono: Chronology = ISO_CHRONO): DateTime

    Convenience factory for constructing a DateTime instance

  6. implicit def indexTimeAccessors(ix: Index[DateTime]): TimeAccessors[Index[Int]]

    Enrichment methods for Index[DateTime]

  7. implicit def vecTimeAccessors(vec: Vec[DateTime]): TimeAccessors[Vec[Int]]

    Enrichment methods for Vec[DateTime]

Inherited from AnyRef

Inherited from Any

Ungrouped