All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.eikek.calev.DateEvent.scala Maven / Gradle / Ivy

The newest version!
package com.github.eikek.calev

final case class DateEvent(
    year: Component,
    month: Component,
    day: Component
)

object DateEvent {

  val All = DateEvent(Component.All, Component.All, Component.All)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy