DomainDateTime

viz.dsl.vegaLite.DomainDateTime
case class DomainDateTime(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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product