public class TimePeriodCollection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Vector<TimePeriod> |
periods |
Constructor and Description |
---|
TimePeriodCollection() |
Modifier and Type | Method and Description |
---|---|
void |
Exclude(TimePeriod p) |
static java.util.Vector<TimePeriod> |
ExcludeFrom(TimePeriod a,
TimePeriod b) |
TimeSpan |
getTimeSpan() |
void |
Include(TimePeriod p) |
public java.util.Vector<TimePeriod> periods
public TimeSpan getTimeSpan()
public void Include(TimePeriod p)
public void Exclude(TimePeriod p)
public static java.util.Vector<TimePeriod> ExcludeFrom(TimePeriod a, TimePeriod b)