MemberValueDataMemberTime 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.3.0.1000)
Syntax[DataMemberAttribute(Name = "memberTime", EmitDefaultValue = false)]
public DateTime? MemberTime { get; set; }<DataMemberAttribute(Name := "memberTime", EmitDefaultValue := false)>
Public Property MemberTime As DateTime?
	Get
	Set
public:
[DataMemberAttribute(Name = L"memberTime", EmitDefaultValue = false)]
property Nullable<DateTime> MemberTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}[<DataMemberAttribute(Name = "memberTime", EmitDefaultValue = false)>]
member MemberTime : Nullable<DateTime> with get, set
Property Value
Type: 
NullableDateTime
            The member time.
            
Remarks- It is  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