MemberValueMemberTime 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.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public DateTime? MemberTime { get; }

Property Value

Type: NullableDateTime
The member time.

Implements

IDateTimeContainerMemberTime
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