core
/
io.islandtime.ranges
/
DateMonthProgression
common
Date
Month
Progression
class
DateMonthProgression
:
Iterable
<
Date
>
Content copied to clipboard
Types
Functions
Properties
Extensions
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
isEmpty
Link copied to clipboard
common
fun
isEmpty
():
Boolean
Content copied to clipboard
Checks if this progression is empty.
iterator
Link copied to clipboard
common
open operator override fun
iterator
():
Iterator
<
Date
>
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
first
Link copied to clipboard
common
val
first
:
Date
Content copied to clipboard
last
Link copied to clipboard
common
val
last
:
Date
Content copied to clipboard
step
Link copied to clipboard
common
val
step
:
IntMonths
Content copied to clipboard
Extensions
reversed
Link copied to clipboard
common
fun
DateMonthProgression
.
reversed
():
DateMonthProgression
Content copied to clipboard
Reverses this progression such that it counts down instead of up, or vice versa.