CalEvent

final case class CalEvent(weekday: WeekdayComponent, date: DateEvent, time: TimeEvent, zone: Option[ZoneId])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def asString: String
def contains(ts: Instant): Boolean
def contains(zdate: ZonedDateTime): Boolean
def nextElapse(ref: ZonedDateTime): Option[ZonedDateTime]
def nextElapse(ref: LocalDateTime): Option[LocalDateTime]
def nextElapses(ref: ZonedDateTime, count: Int): List[ZonedDateTime]
def nextElapses(ref: LocalDateTime, count: Int): List[LocalDateTime]
def validate: Seq[String]

Inherited methods

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