TimeDimensionProviderGetTimeDifference Method

Calculates the number of members between the specified dates.

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 long GetTimeDifference(
	DateTime startDate,
	DateTime endDate,
	int targetIntervalId
)

Parameters

startDate
Type: SystemDateTime
The start date.
endDate
Type: SystemDateTime
The end date.
targetIntervalId
Type: SystemInt32
The target interval ID.

Return Value

Type: Int64
The number of members between the specified dates.
See Also