Method DateTime
DateTime(DateTime, DateTime, int, DensifyDateTimeUnit)
Creates a DensifyRange with DateTime bounds.
public static DensifyRange DateTime(DateTime lowerBound, DateTime upperBound, int step, DensifyDateTimeUnit unit)
Parameters
lowerBound
DateTime The lower bound.
upperBound
DateTime The upper bound.
step
intThe step.
unit
DensifyDate Time Unit The unit.
Returns
- Densify
Range A DensifyRange with DateTime bounds.
DateTime(DensifyBounds, int, DensifyDateTimeUnit)
Creates a DensifyRange with DateTime bounds.
Parameters
bounds
DensifyBounds The bounds.
step
intThe step.
unit
DensifyDate Time Unit The unit.
Returns
- Densify
Range A DensifyRange with DateTime bounds.