TimeOfDayRange (API Reference)
Package com.here.sdk.search
Class TimeOfDayRange
java.lang.Object
com.here.sdk.search.TimeOfDayRange
Time period when the tariff element is valid, in local time. The time period wraps around to
the next day, when end time of the period to
is smaller than the beginning from.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors.
Related APIs may change for new releases without a deprecation process.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
from
Start time of day, in hh:mm:ss format.
-
to
End time of day, in hh:mm:ss format. The period is exclusive of the given value.
-
-
Constructor Details
-
TimeOfDayRange
public TimeOfDayRange()Creates a new instance.
-
-
Method Details