IndexTime

org.saddle.index.IndexTime$
See theIndexTime companion class
object IndexTime

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(times: DateTime*): IndexTime

Create a new IndexTime from a sequence of times

Create a new IndexTime from a sequence of times

Attributes

def apply(times: Vec[DateTime], tzone: DateTimeZone): IndexTime

Create a new IndexTime from a Vec of times, with an attached timezone

Create a new IndexTime from a Vec of times, with an attached timezone

Attributes

def make(rrule: RRule, start: DateTime, end: DateTime): Index[DateTime]

Factory method to create an Index from a recurrence rule between two dates.

Factory method to create an Index from a recurrence rule between two dates.

For instance:

 Index.make(RRules.bizEoms, datetime(2005,1,1), datetime(2005,12,31))

Attributes

end

The latest datetime on or before which to end the recurrence

rrule

Recurrence rule to use

start

The earliest datetime on or after which to being the recurrence