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

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 (24.3.0.1000)
Syntax
public TimeInterval(
	int id,
	string name,
	DateTimeGranularity intervalType,
	IList<string> standardFormats,
	string defaultFormat,
	string defaultShortFormat
)

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.
See Also