toggle menu
osm-opening-hours
0.2.0
common
switch theme
search in API
osm-opening-hours
/
de.westnordost.osm_opening_hours.model
/
MonthRange
Month
Range
data
class
MonthRange
(
val
year
:
Int
?
=
null
,
val
start
:
Month
,
val
end
:
Month
)
:
MonthsOrDateSelector
Within range of months (
start
-
end
)
Members
Constructors
Month
Range
Link copied to clipboard
constructor
(
start
:
Month
,
end
:
Month
)
constructor
(
year
:
Int
?
=
null
,
start
:
Month
,
end
:
Month
)
Properties
end
Link copied to clipboard
val
end
:
Month
start
Link copied to clipboard
val
start
:
Month
year
Link copied to clipboard
val
year
:
Int
?
=
null
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String