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

Initializes a new instance of the TimeInterval class.

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

Parameters

id  Int32
The ID.
name  String
The name.
intervalType  DateTimeGranularity
Type of the interval.
standardFormats  IListString
The standard formats.
defaultFormat  String
The default format.
defaultShortFormat  String
The default short format.
See Also