NormalizedDate

esc.commons.NormalizedDate
case class NormalizedDate(year: Int, month: Int, day: Int, dateType: Byte)

This class represent a normalized date.

Value parameters

dateType

Defines which components are available from the date: 0 = all, 1 = year/month, 2 = year only, 99 = nothing.

day

Number of the day in the month (1-[28|29|30|31])

month

Number of the month in the year (1-12)

year

Number of the year.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product