Addition Operator
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Adds a specified time interval to a specified date and time, yielding a new date and time.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Shared Operator + ( _
d As DateTime, _
t As TimeSpan _
) As DateTime
public static DateTime operator +(
DateTime d,
TimeSpan t
)
public:
static DateTime operator +(
DateTime d,
TimeSpan t
)
static let inline (+)
d:DateTime *
t:TimeSpan : DateTime
JScript does not support overloaded operators.
Parameters
- d
Type: System. . :: . .DateTime
The date and time value to add.
- t
Type: System. . :: . .TimeSpan
The time interval to add.
Return Value
Type: System. . :: . .DateTime
An object that is the sum of the values of d and t.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.