ITimeHierarchyMemberAddInterval Method

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

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
ITimeHierarchyMember AddInterval(
	int offset,
	int intervalId
)

Parameters

offset
Type: SystemInt32
The offset.
intervalId
Type: SystemInt32
ID of the interval.

Return Value

Type: ITimeHierarchyMember
The member on the same level shifted by the specified time interval.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionoffset and/or intervalId is invalid.
See Also