fun withTime()

in src/main/java/com/spotify/heroic/client/api/query/DateRange.kt [58:60]


            fun withTime(unit: TimeUnit, value: Long) : Relative {
                return Relative(unit, value)
            }