object Calendar extends ProductReader[Ex[Calendar]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Calendar
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Add(in: Ex[Calendar], unit: Ex[Int], value: Ex[Int]) extends Ex[Calendar] with Product with Serializable
- final case class Get(in: Ex[Calendar], field: Ex[Int]) extends Ex[Int] with Product with Serializable
- implicit final class Ops extends AnyVal
- final case class Schedule(in: Ex[Calendar]) extends Act with Trig with Product with Serializable
- final case class Set(in: Ex[Calendar], field: Ex[Int], value: Ex[Int]) extends Ex[Calendar] with Product with Serializable
- final case class Trunc(in: Ex[Calendar], unit: Ex[Int]) extends Ex[Calendar] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val Day: Int(4)
Unit of days, or the field of day of month (starting at 1)
- final val DayOfWeek: Int(8)
Field of day of week (1 to 7, where 1 is Monday)
- final val Hour: Int(3)
Unit of hours, or the field of hour of day (0 to 23)
- final val Milli: Int(0)
Unit of milliseconds, or the field of milliseconds of second (0 to 999)
- final val Minute: Int(2)
Unit of minutes, or the field of minutes of hour (0 to 59)
- final val Month: Int(6)
Unit of months, or the field of month of year (1 to 12)
- final val Second: Int(1)
Unit of seconds, or the field of seconds of minute (0 to 59)
- final val Week: Int(5)
Unit of weeks, or the field of aligned week of year (1 to 53)
- final val Year: Int(7)
Unit of years, or the field of year
- def apply(stamp: Ex[Long] = TimeStamp(), zone: Ex[String] = "default"): Ex[Calendar]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def read(in: RefMapIn, key: String, arity: Int, adj: Int): Ex[Calendar]
- Definition Classes
- Calendar → ProductReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Add extends ProductReader[Add] with Serializable
- object Get extends ProductReader[Get] with Serializable
- object Schedule extends ProductReader[Schedule] with Serializable
- object Set extends ProductReader[Set] with Serializable
- object Trunc extends ProductReader[Trunc] with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated