DateTime

com.github.eikek.calev.internal.DefaultTrigger.DateTime
See theDateTime companion object
case class DateTime(date: Date, time: Time)

Attributes

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

Members list

Value members

Concrete methods

def toLocalDateTime: LocalDateTime
def toZonedDateTime(zone: ZoneId): ZonedDateTime

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product