Open this page in the API Guide

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

Parameters

parameterId
Type: System.Guid
The parameter ID.
timeLevel
Type: Dundas.BI.Data.Metadata.ITimeHierarchyLevel
The time hierarchy level.
offset
Type: System.Int32
The time interval representing the desired offset when compared to the target value.
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeLevel is null.
See Also