Share via


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

Return Value

Type: System. . :: . .DateTime
An object that is the sum of the values of d and t.

.NET Framework Security

See Also

Reference

DateTime Structure

System Namespace