enum class Frequency
Frequency at which an event occurs - the enumerator also casts to an integer specifying the number of times per year that would divide into (eg annually = 1, semiannual = 2, monthly = 12 etc).
Annual | |
SemiAnnual | |
Quarterly | |
Monthly | |
Weekly | |
BiWeekly | |
Daily |
annualCompoundCount |
val annualCompoundCount: Int |
offset |
abstract fun offset(d: LocalDate, n: Long = 1): LocalDate |