DateTime plusTimeSpan(TimeSpan span) { final duration = span.toDuration(this); return this.add(duration); }