MCPcopy Create free account
hub / github.com/MenoData/Time4J / since

Method since

base/src/main/java/net/time4j/range/ClockInterval.java:216–220  ·  view source on GitHub ↗
(PlainTime start)

Source from the content-addressed store, hash-verified

214 * @since 2.0
215 */
216 public static ClockInterval since(PlainTime start) {
217
218 return between(start, PlainTime.midnightAtEndOfDay());
219
220 }
221
222 /**
223 * <p>Creates a finite half-open interval between given start time and

Calls 3

betweenMethod · 0.95
midnightAtEndOfDayMethod · 0.95
fromMethod · 0.95