TimeLocale

case class TimeLocale(date: String, dateTime: String, days: Seq[String], months: Seq[String], periods: Seq[String], shortDays: Seq[String], shortMonths: Seq[String], time: String)

Locale definition for formatting dates and times.

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product