public class TimeInterval
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
FullDate |
endDate |
FullTime |
endTime |
FullDate |
startDate |
FullTime |
startTime |
| Constructor and Description |
|---|
TimeInterval()
Class constructor, no information
|
TimeInterval(FullDate startDate,
FullTime startTime,
FullDate endDate,
FullTime endTime)
Copy constructor from an existing time interval object
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDurationMinutes()
Gets the duration of the time interval in minutes
|
public FullDate startDate
public FullTime startTime
public FullDate endDate
public FullTime endTime
public TimeInterval(FullDate startDate, FullTime startTime, FullDate endDate, FullTime endTime)
startDate - startTime - endDate - endTime - public TimeInterval()