Calendar

object Calendar extends ProductReader[Ex[Calendar]]
Companion
class
trait ProductReader[Ex[Calendar]]
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Add(in: Ex[Calendar], unit: Ex[Int], value: Ex[Int]) extends Ex[Calendar]
Companion
object
object Add extends ProductReader[Add]
Companion
class
final case
class Get(in: Ex[Calendar], field: Ex[Int]) extends Ex[Int]
Companion
object
object Get extends ProductReader[Get]
Companion
class
final implicit
class Ops(in: Ex[Calendar]) extends AnyVal
final case
class Schedule(in: Ex[Calendar]) extends Act with Trig
Companion
object
object Schedule extends ProductReader[Schedule]
Companion
class
final case
class Set(in: Ex[Calendar], field: Ex[Int], value: Ex[Int]) extends Ex[Calendar]
Companion
object
object Set extends ProductReader[Set]
Companion
class
final case
class Trunc(in: Ex[Calendar], unit: Ex[Int]) extends Ex[Calendar]
Companion
object
object Trunc extends ProductReader[Trunc]
Companion
class

Value members

Concrete methods

def apply(stamp: Ex[Long], zone: Ex[String]): Ex[Calendar]
override
def read(in: RefMapIn, key: String, arity: Int, adj: Int): Ex[Calendar]
Definition Classes
ProductReader

Concrete fields

final
val Day: 4

Unit of days, or the field of day of month (starting at 1)

Unit of days, or the field of day of month (starting at 1)

final
val DayOfWeek: 8

Field of day of week (1 to 7, where 1 is Monday)

Field of day of week (1 to 7, where 1 is Monday)

final
val Hour: 3

Unit of hours, or the field of hour of day (0 to 23)

Unit of hours, or the field of hour of day (0 to 23)

final
val Milli: 0

Unit of milliseconds, or the field of milliseconds of second (0 to 999)

Unit of milliseconds, or the field of milliseconds of second (0 to 999)

final
val Minute: 2

Unit of minutes, or the field of minutes of hour (0 to 59)

Unit of minutes, or the field of minutes of hour (0 to 59)

final
val Month: 6

Unit of months, or the field of month of year (1 to 12)

Unit of months, or the field of month of year (1 to 12)

final
val Second: 1

Unit of seconds, or the field of seconds of minute (0 to 59)

Unit of seconds, or the field of seconds of minute (0 to 59)

final
val Week: 5

Unit of weeks, or the field of aligned week of year (1 to 53)

Unit of weeks, or the field of aligned week of year (1 to 53)

final
val Year: 7

Unit of years, or the field of year

Unit of years, or the field of year

Implicits

Implicits

final implicit
def Ops(in: Ex[Calendar]): Ops