CalendarLevelMapping Constructor

Initializes a new instance of the CalendarLevelMapping class.

Namespace:  Dundas.BI.Entities.DateMappings
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public CalendarLevelMapping(
	int intervalId,
	int granularity
)

Parameters

intervalId
Type: SystemInt32
The interval identifier.
granularity
Type: SystemInt32
The granularity.
See Also