toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.data.series
/
TimeRange
Time
Range
data
class
TimeRange
(
val
start
:
Date
,
val
end
:
Date
)
A type that represents a time range.
Members
Constructors
Time
Range
Link copied to clipboard
constructor
(
start
:
Date
,
end
:
Date
)
Properties
end
Link copied to clipboard
val
end
:
Date
The end of the time range.
start
Link copied to clipboard
val
start
:
Date
The start of the time range.