TimePeriod constructor
TimePeriod(
- TimeInstant startTime,
- TimeInstant endTime
Constructs a time period.
Implementation
TimePeriod(super.startTime, super.endTime);
Constructs a time period.
TimePeriod(super.startTime, super.endTime);