TimeInterval Constructor (Int32, String, DateTimeGranularity, IList<String>, String, String) |
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 (25.1.0.1000)
Syntaxpublic TimeInterval(
int id,
string name,
DateTimeGranularity intervalType,
IList<string> standardFormats,
string defaultFormat,
string defaultShortFormat
)
Public Sub New (
id As Integer,
name As String,
intervalType As DateTimeGranularity,
standardFormats As IList(Of String),
defaultFormat As String,
defaultShortFormat As String
)
public:
TimeInterval(
int id,
String^ name,
DateTimeGranularity intervalType,
IList<String^>^ standardFormats,
String^ defaultFormat,
String^ defaultShortFormat
)
new :
id : int *
name : string *
intervalType : DateTimeGranularity *
standardFormats : IList<string> *
defaultFormat : string *
defaultShortFormat : string -> TimeInterval
Parameters
- id
- Type: System.Int32
The ID. - name
- Type: System.String
The name. - intervalType
- Type: Dundas.BI.Data.DateTimeGranularity
Type of the interval. - standardFormats
- Type: System.Collections.Generic.IList<String>
The standard formats. - defaultFormat
- Type: System.String
The default format. - defaultShortFormat
- Type: System.String
The default short format.
See Also