Open this page in the API Guide

TimeInterval.SupportsSharedMembers Property

Gets a value indicating whether this time interval supports shared members.

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool SupportsSharedMembers { get; }

Property Value

Type: Boolean
true this time interval supports shared members; otherwise, false.
Remarks
Set to true for week interval if it is possible that week 53 and week 01 are really parts of the same week.
See Also