public final class Intervals extends Object
| Modifier and Type | Field and Description | 
|---|---|
static org.joda.time.Interval | 
ETERNITY  | 
static com.google.common.collect.ImmutableList<org.joda.time.Interval> | 
ONLY_ETERNITY  | 
| Modifier and Type | Method and Description | 
|---|---|
static org.joda.time.Interval | 
of(String interval)  | 
static org.joda.time.Interval | 
utc(long startInstant,
   long endInstant)  | 
public static final org.joda.time.Interval ETERNITY
public static final com.google.common.collect.ImmutableList<org.joda.time.Interval> ONLY_ETERNITY
public static org.joda.time.Interval utc(long startInstant,
                                         long endInstant)
public static org.joda.time.Interval of(String interval)
Copyright © 2011–2018. All rights reserved.