Class TimeOfDayRange

java.lang.Object
com.here.sdk.search.TimeOfDayRange

public final class TimeOfDayRange extends Object

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 Details

    • from

      @NonNull public String from

      Start time of day, in hh:mm:ss format.

    • to

      @NonNull public String 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