RangeDateTime

viz.dsl.vegaLite.RangeDateTime
case class RangeDateTime(date: Option[Double], day: Option[DayUnion], hours: Option[Double], milliseconds: Option[Double], minutes: Option[Double], month: Option[Month], quarter: Option[Double], seconds: Option[Double], utc: Option[Boolean], year: Option[Double], expr: Option[String])

Object for defining datetime in Vega-Lite Filter. If both month and quarter are provided, month has higher precedence. day cannot be combined with other date. We accept string for month and day names.

Attributes

Source:
vega-lite.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product