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

Method since

base/src/main/java/net/time4j/range/DateInterval.java:239–244  ·  view source on GitHub ↗
(PlainDate start)

Source from the content-addressed store, hash-verified

237 * @since 2.0
238 */
239 public static DateInterval since(PlainDate start) {
240
241 Boundary<PlainDate> future = Boundary.infiniteFuture();
242 return new DateInterval(Boundary.of(CLOSED, start), future);
243
244 }
245
246 /**
247 * <p>Creates an infinite interval since given start date. </p>

Calls 3

infiniteFutureMethod · 0.95
ofMethod · 0.95
fromMethod · 0.95