CronField

cron4s.CronField
See theCronField companion object
sealed trait CronField extends Serializable

Each of the different fields supported in CRON expressions

Attributes

Companion
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait DayOfMonth
object DayOfMonth
trait DayOfWeek
object DayOfWeek
trait Hour
object Hour
trait Minute
object Minute
trait Month
object Month
trait Second
object Second
Show all
In this article