Aspose::Cells::Timelines::Timeline::Select method

Timeline::Select method

Select item between the date time.

void Aspose::Cells::Timelines::Timeline::Select(const Date &start, const Date &end, bool calculate)
ParameterTypeDescription
startconst Date&The start date time
endconst Date&The end date time
calculateboolIndicates whether to calculate relative pivot tables

Remarks

Timeline.CurrentLevel must be set before calling this method. If this method is called, Timeline.SelectionLevel will be Timeline.CurrentLevel.

See Also