TimeHierarchyOffsetValue Constructor (Guid, String, 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 (10.0.0.1002)
Syntax
public TimeHierarchyOffsetValue(
	Guid parameterId,
	string timeLevel,
	int offset
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
timeLevel
Type: SystemString
The unique name of the time hierarchy level.
offset
Type: SystemInt32
The time interval representing the desired offset when compared to the target value.
Exceptions
ExceptionCondition
ArgumentExceptiontimeLevel is Empty or .
See Also