GtDateTime

case class GtDateTime(date: Option[Double], day: Option[Day], 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.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product