Mono Class Library: System.DateTime Overview | MembersSystem.DateTime Addition Operator |
Adds a specified TimeSpan value to a specified DateTime value. [Edit]
|
A DateTime instance that is the sum of the values of d and t . [Edit]
Type Reason ArgumentOutOfRangeException The resulting date and time is less than DateTime.MinValue or greater than DateTime.MaxValue. [Edit]
The returned value is equivalent to DateTime( d.Ticks + t.Ticks ). [Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0