TimeTokenMemberOffset Property |
Gets or sets the initial date/time offset for the start (or single) member.
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 MemberOffset { get; set; }
Public Property MemberOffset As Integer
Get
Set
public:
property int MemberOffset {
int get ();
void set (int value);
}
member MemberOffset : int with get, set
Property Value
Type:
Int32Remarks
This is the offset of the start (or single) member relative to the current date/time.
For example, a value of -1 at the "day" granularity for a single-value token would indicate
that the initial value of the token is "yesterday".
See Also