TimeInterval Constructor (Int32, String, DateTimeGranularity, IListString, String, String, Boolean, ICollectionAttributeOfTimeMember)

Initializes a new instance of the TimeInterval class.
The constructor is not intended to be used directly from your code, unless you are implementing a custom time dimension provider.

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public TimeInterval(
	int id,
	string name,
	DateTimeGranularity intervalType,
	IList<string> standardFormats,
	string defaultFormat,
	string defaultShortFormat,
	bool supportsSharedMembers,
	ICollection<AttributeOfTimeMember> supportedAttributes
)

Parameters

id
Type: SystemInt32
The ID.
name
Type: SystemString
The name.
intervalType
Type: Dundas.BI.DataDateTimeGranularity
Type of the interval.
standardFormats
Type: System.Collections.GenericIListString
The standard formats.
defaultFormat
Type: SystemString
The default format.
defaultShortFormat
Type: SystemString
The default short format.
supportsSharedMembers
Type: SystemBoolean
Set to if this time interval supports shared members.
supportedAttributes
Type: System.Collections.GenericICollectionAttributeOfTimeMember
The supported attributes.
See Also