Package smile.util
Interface Dates
public interface Dates
Date and time utility functions.
-
Method Summary
-
Method Details
-
range
Returns the dates in the range.- Parameters:
from
- the inclusive start date.to
- the exclusive end date.- Returns:
- the dates in the range.
-
range
Returns the dates in the range.- Parameters:
from
- the inclusive start date.days
- the number of days. If negative, returns the proceeding dates.- Returns:
- the dates in the range.
-