TimeDimensionProviderGetIntervalStartDate 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.1.0.1001)
Syntax
public abstract 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