TimeHierarchyOffsetValue Constructor (Guid, String, Int32) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic TimeHierarchyOffsetValue(
Guid parameterId,
string timeLevel,
int offset
)
Public Sub New (
parameterId As Guid,
timeLevel As String,
offset As Integer
)
public:
TimeHierarchyOffsetValue(
Guid parameterId,
String^ timeLevel,
int offset
)
new :
parameterId : Guid *
timeLevel : string *
offset : int -> TimeHierarchyOffsetValueParameters
- 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
See Also