| java.lang.Object org.cougaar.glm.ldm.oplan.TimeSpan
TimeSpan | public class TimeSpan implements Serializable,Cloneable,org.cougaar.util.TimeSpan(Code) | | TimeSpan.
Interface change 10/25/99 to deprecate "delta" usage and replace
with Date usage. All deprecated methods and references to cDate
will be removed! 01/12/2000 /b>
|
Constructor Summary | |
public | TimeSpan() | public | TimeSpan(Date startDate, Date endDate) | public | TimeSpan(long startTime, long endTime) | public | TimeSpan(Date baseDate, int startDelta, int endDelta) startDelta and endDelta are the DAY offsets from baseDate
for the startDate and endDate, respectively. | public | TimeSpan(Date cDate, Date startDate, Date endDate) |
TimeSpan | public TimeSpan()(Code) | | |
TimeSpan | public TimeSpan(long startTime, long endTime)(Code) | | |
TimeSpan | public TimeSpan(Date baseDate, int startDelta, int endDelta)(Code) | | startDelta and endDelta are the DAY offsets from baseDate
for the startDate and endDate, respectively.
|
getEndTime | public long getEndTime()(Code) | | |
getEndTime | public static Date getEndTime(int delta, Oplan oplan)(Code) | | TimeSpan "delta" to be removed. This utility not needed.
|
getEndTime | public static Date getEndTime(int delta, Date cday)(Code) | | TimeSpan "delta" to be removed. This utility not needed.
|
getStartTime | public long getStartTime()(Code) | | |
getStartTime | public static Date getStartTime(int delta, Oplan oplan)(Code) | | TimeSpan "delta" to be removed. This utility not needed.
|
getStartTime | public static Date getStartTime(int delta, Date cday)(Code) | | TimeSpan "delta" to be removed. This utility not needed.
|
setEndDate | public void setEndDate(Date endDate)(Code) | | |
setStartDate | public void setStartDate(Date startDate)(Code) | | |
setThruDate | public void setThruDate(Date thruDate)(Code) | | |
|
|