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 (25.3.0.1000)
Syntaxpublic int EndMemberOffset { get; set; }Public Property EndMemberOffset As Integer
	Get
	Set
public:
property int EndMemberOffset {
	int get ();
	void set (int value);
}member EndMemberOffset : int with 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