CalendarPeriod

sealed abstract
class CalendarPeriod(val value: Int) extends GeneratedEnum

A CalendarPeriod represents the abstract concept of a time period that has a canonical start. Grammatically, "the start of the current CalendarPeriod." All calendar times begin at midnight UTC.

Companion
object
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DAY
object FORTNIGHT
object HALF
object MONTH
object QUARTER
object WEEK
object YEAR

Type members

Value members

Concrete methods

final
def companion: GeneratedEnumCompanion[CalendarPeriod]
def isDay: Boolean
def isFortnight: Boolean
def isHalf: Boolean
def isMonth: Boolean
def isQuarter: Boolean
def isWeek: Boolean
def isYear: Boolean

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def index: Int
Inherited from
GeneratedEnum
def isUnrecognized: Boolean
Inherited from
GeneratedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from
GeneratedEnum
def name: String
Inherited from
GeneratedEnum
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
def scalaValueDescriptor: EnumValueDescriptor
Inherited from
GeneratedEnum
override
def toString: String
Definition Classes
GeneratedEnum -> Any
Inherited from
GeneratedEnum

Concrete fields

val value: Int