IDateTimeContainerMemberTime 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.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDateTime? MemberTime { get; }ReadOnly Property MemberTime As DateTime?
Get
property Nullable<DateTime> MemberTime {
Nullable<DateTime> get ();
}abstract MemberTime : Nullable<DateTime> with get
Property Value
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