TimeDimensionProviderAddInterval(ITimeHierarchyMember, Int32, Int32) Method

Adds the intervals to a specified time value.

Namespace: Dundas.BI.Data.TimeDimensionProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract DateTime AddInterval(
	ITimeHierarchyMember timeHierarchyMember,
	int intervalId,
	int offset
)

Parameters

timeHierarchyMember  ITimeHierarchyMember
The time hierarchy member to offset.
intervalId  Int32
ID of the interval.
offset  Int32
The offset.

Return Value

DateTime
The resulting time.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe intervalId is invalid.
See Also