TimeDimensionProviderAddInterval Method (DateTime, Int32, Int32) |
Adds the intervals to a specified time value.
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 abstract DateTime AddInterval(
DateTime originalTime,
int intervalId,
int offset
)
Public MustOverride Function AddInterval (
originalTime As DateTime,
intervalId As Integer,
offset As Integer
) As DateTime
public:
virtual DateTime AddInterval(
DateTime originalTime,
int intervalId,
int offset
) abstract
abstract AddInterval :
originalTime : DateTime *
intervalId : int *
offset : int -> DateTime
Parameters
- originalTime
- Type: SystemDateTime
The original time value. - intervalId
- Type: SystemInt32
ID of the interval. - offset
- Type: SystemInt32
The offset.
Return Value
Type:
DateTimeThe resulting time.
Exceptions See Also