OSM Opening Hours
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
OSM Opening Hours
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
(
source
)
Within range of months (
start
-
end
)
Members
Constructors
Month
Range
Link copied to clipboard
constructor
(
year
:
Int
?
=
null
,
start
:
Month
,
end
:
Month
)
constructor
(
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
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String