TimeSpanAddition Operator |
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static TimeSpan operator +(
TimeSpan t1,
TimeSpan t2
)
Parameters
- t1
- Type: SystemTimeSpan
The first time interval to add. - t2
- Type: SystemTimeSpan
The second time interval to add.
Return Value
Type:
TimeSpanAn object whose value is the sum of the values of
t1 and
t2.
Exceptions See Also