TokenDefinitionDataEndMemberOffset Property |
Gets or sets the offset for the end member (only for full range tokens).
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "endMemberOffset", EmitDefaultValue = false)]
public int EndMemberOffset { get; set; }
<DataMemberAttribute(Name := "endMemberOffset", EmitDefaultValue := false)>
Public Property EndMemberOffset As Integer
Get
Set
public:
[DataMemberAttribute(Name = L"endMemberOffset", EmitDefaultValue = false)]
property int EndMemberOffset {
int get ();
void set (int value);
}
[<DataMemberAttribute(Name = "endMemberOffset", EmitDefaultValue = false)>]
member EndMemberOffset : int with get, set
Property Value
Type:
Int32Remarks
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