Interface NCSqlDateRange
-
public interface NCSqlDateRange
Object presentation of SQL date range.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Timestamp
getFrom()
Gets 'from' timestamp.Timestamp
getTo()
Gets 'to' timestamp.
-