toggle menu
osm-opening-hours
0.1.0
common
switch theme
search in API
osm-opening-hours
/
de.westnordost.osm_opening_hours.model
/
VariableTime
Variable
Time
data
class
VariableTime
(
val
dailyEvent
:
EventTime
,
val
timeOffset
:
TimeOffset
?
=
null
)
:
Time
The time of a daily event (e.g. sunrise) plus/minus an offset (e.g. 1 hour after sunrise)
Members
Constructors
Variable
Time
Link copied to clipboard
constructor
(
dailyEvent
:
EventTime
,
timeOffset
:
TimeOffset
?
=
null
)
Properties
daily
Event
Link copied to clipboard
val
dailyEvent
:
EventTime
time
Offset
Link copied to clipboard
val
timeOffset
:
TimeOffset
?
=
null
Functions
range
To
Link copied to clipboard
open
operator
fun
rangeTo
(
end
:
ExtendedTime
)
:
TimeSpan
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String