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 (25.3.0.1000)
Syntaxpublic abstract long GetTimeDifference(
	DateTime startDate,
	DateTime endDate,
	int targetIntervalId
)
Public MustOverride Function GetTimeDifference ( 
	startDate As DateTime,
	endDate As DateTime,
	targetIntervalId As Integer
) As Long
public:
virtual long long GetTimeDifference(
	DateTime startDate, 
	DateTime endDate, 
	int targetIntervalId
) abstract
abstract GetTimeDifference : 
        startDate : DateTime * 
        endDate : DateTime * 
        targetIntervalId : int -> int64 
Parameters
- startDate
 - Type: SystemDateTime
The start date. - endDate
 - Type: SystemDateTime
The end date. - targetIntervalId
 - Type: SystemInt32
The target interval ID. 
Return Value
Type: 
Int64The number of members between the specified dates.
See Also