Exemple #1
0
 public int DaysSinceStart(int order)
 {
     return(data.Date(order).Subtract(data.Start()).Days);
 }