TimeHierarchyOffsetValue Constructor (Guid, ITimeHierarchyLevel, Int32)

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 (24.3.0.1000)
Syntax
public TimeHierarchyOffsetValue(
	Guid parameterId,
	ITimeHierarchyLevel timeLevel,
	int offset
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
timeLevel
Type: Dundas.BI.Data.MetadataITimeHierarchyLevel
The time hierarchy level.
offset
Type: SystemInt32
The time interval representing the desired offset when compared to the target value.
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeLevel is .
See Also