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

Parameters

startDate  DateTime
The start date.
endDate  DateTime
The end date.
targetIntervalId  Int32
The target interval ID.

Return Value

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