Open this page in the API Guide

TimeHierarchyMember.AddInterval Method

Returns the member on the same level shifted by the specified time interval.

Namespace:  Dundas.BI.Entities.TimeDimensions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ITimeHierarchyMember AddInterval(
	int offset,
	int intervalId
)

Parameters

offset
Type: System.Int32
The offset.
intervalId
Type: System.Int32
ID of the interval.

Return Value

Type: ITimeHierarchyMember
The member on the same level shifted by the specified time interval.

Implements

ITimeHierarchyMember.AddInterval(Int32, Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionoffset and/or intervalId is invalid.
See Also