TimeHierarchyOffsetValue(Guid, ITimeHierarchyLevel, Int32) Constructor

Initializes a new instance of the TimeHierarchyOffsetValue class.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public TimeHierarchyOffsetValue(
	Guid parameterId,
	ITimeHierarchyLevel timeLevel,
	int offset
)

Parameters

parameterId  Guid
The parameter ID.
timeLevel  ITimeHierarchyLevel
The time hierarchy level.
offset  Int32
The time interval representing the desired offset when compared to the target value.
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeLevel is .
See Also