Timeline.Select

Timeline.Select method

Select item between the date time.

public void Select(DateTime start, DateTime end, bool calculate)
ParameterTypeDescription
startDateTimeThe start date time
endDateTimeThe end date time
calculateBooleanIndicates whether to calculate relative pivot tables

Remarks

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

See Also