Package net.sf.jasperreports.types.date
Interface TimestampRange
-
- All Superinterfaces:
DateRange
- All Known Implementing Classes:
FixedTimestamp
,RelativeTimestampRange
public interface TimestampRange extends DateRange
- Author:
- Sergey Prilukin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Timestamp
getEnd()
Timestamp
getStart()
-