TimeTokenEndMemberOffset Property

Gets or sets the offset for the end member (only for full range tokens).

Namespace:  Dundas.BI.Data.Parameters.Tokens
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public int EndMemberOffset { get; set; }

Property Value

Type: Int32
Remarks
This is the offset of the "end" member of a full time range, relative to the current date/time. For example, a value of -1 at the "year" granularity would indicate that the token ends at the beginning of last year. This property is only used if the token is a full time range.
See Also