DateMonthProgression

class DateMonthProgression : Iterable<Date>

Types

Companion
Link copied to clipboard
common
object Companion

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
isEmpty
Link copied to clipboard
common
fun isEmpty(): Boolean

Checks if this progression is empty.

iterator
Link copied to clipboard
common
open operator override fun iterator(): Iterator<Date>
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

first
Link copied to clipboard
common
val first: Date
last
Link copied to clipboard
common
val last: Date
step
Link copied to clipboard
common
val step: Months

Extensions

reversed
Link copied to clipboard
common
fun DateMonthProgression.reversed(): DateMonthProgression

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