Skip to content

//core/io.islandtime.ranges/DateMonthProgression

DateMonthProgression

common

class DateMonthProgression : Iterable<Date>

Types

Name Summary
Companion

common


object Companion

Properties

Name Summary
first

common


val first: Date
last

common


val last: Date
step

common


val step: Months

Functions

Name Summary
equals

common


open operator override fun equals(other: Any?): Boolean
hashCode

common


open override fun hashCode(): Int
isEmpty

common


fun isEmpty(): Boolean

Checks if this progression is empty.
iterator

common


open operator override fun iterator(): Iterator<Date>
reversed

common


fun DateMonthProgression.reversed(): DateMonthProgression

Reverses this progression such that it counts down instead of up, or vice versa.
toString

common


open override fun toString(): String