OlapMemberMemberTime 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.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public DateTime? MemberTime { get; }
Public ReadOnly Property MemberTime As DateTime?
Get
public:
virtual property Nullable<DateTime> MemberTime {
Nullable<DateTime> get () sealed;
}
abstract MemberTime : Nullable<DateTime> with get
override MemberTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
The member time.
Implements
IDateTimeContainerMemberTimeRemarks - 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