TimeDimensionProviderGetTimeDifference Method |
Calculates the number of members between the specified dates.
Namespace: Dundas.BI.Data.TimeDimensionProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 DateTime
- The start date.
- endDate DateTime
- The end date.
- targetIntervalId Int32
- The target interval ID.
Return Value
Int64The number of members between the specified dates.
See Also