'Declaration
Public Function CalculateOffset( _ ByVal baseline As DateTimeOffset, _ ByVal interval As MetricSampleInterval, _ ByVal intervals As Integer _ ) As DateTimeOffset
public DateTimeOffset CalculateOffset( DateTimeOffset baseline, MetricSampleInterval interval, int intervals )
Parameters
- baseline
- The date and time to calculate an offset date and time from
- interval
- The interval to add or subtract from the baseline
- intervals
- The number of intervals to go forward or (if negative) backwards