GregorianProviderGetTimeDifference 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.3.0.1000)
Syntax public override long GetTimeDifference(
DateTime startDate,
DateTime endDate,
int targetIntervalId
)
Public Overrides Function GetTimeDifference (
startDate As DateTime,
endDate As DateTime,
targetIntervalId As Integer
) As Long
public:
virtual long long GetTimeDifference(
DateTime startDate,
DateTime endDate,
int targetIntervalId
) override
abstract GetTimeDifference :
startDate : DateTime *
endDate : DateTime *
targetIntervalId : int -> int64
override 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