Open this page in the API Guide

MemberValueData.MemberTime Property

Gets the member time value, when appropriate. This value is only used for alignment in visualization controls and not for filtering.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "memberTime", EmitDefaultValue = false)]
public DateTime? MemberTime { get; set; }

Property Value

Type: Nullable<DateTime>
The member time.
Remarks

- It is null for "All" and "Unknown" members, as well as for hierarchies that are not time related.

- It usually corresponds to a start time of the member but not always.

- It maybe less than starting time for a dimension. For example, for January 2013 it is always 2013/1/1, even if the start date of the time dimension is January 13, 2013.

- For Gregorian week 53/2012 and week 01/2013 the value is the same (Dec 30, 2012).

See Also