Beispiel #1
0
 double CalculateAge()
 {
     return(Math.Floor(Birthday.SpanFromNow().TotalSeconds / 1.GameYears().TotalSeconds));
 }