Exemplo n.º 1
0
 public List <TimeRangeValue> PeriodCounts(List <TimeRangeValue> timeRangeValues, TimeSpan periodDuration, bool addGaps = false)
 {
     return(TimeRangePeriod.PeriodCounts(timeRangeValues, this, periodDuration, addGaps));
 }
Exemplo n.º 2
0
 public List <TimeRangeValue> PeriodSums(List <TimeRangeValue> timeRangeValues, TimeSpan periodDuration)
 {
     return(TimeRangePeriod.PeriodSums(timeRangeValues, this, periodDuration));
 }