GregorianProviderGetIntervalStartDate Method

Gets the interval start date.

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 override DateTime GetIntervalStartDate(
	DateTime dateValue,
	int intervalId
)

Parameters

dateValue
Type: SystemDateTime
The date.
intervalId
Type: SystemInt32
ID of the target interval.

Return Value

Type: DateTime
The interval start date.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe intervalId is invalid.
See Also