Share via


DateTime.operator + Method

Adds a specified period of time to a specified DateTime object, yielding a new DateTime object.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

 public static DateTime operator + (
         DateTime d,
         TimeSpan t
)

Parameters

  • d
    A DateTime object that specifies a date and time.
  • t
    A TimeSpan object that specifies a period of time.

Return Value

A DateTime object that represents the sum of the d and t parameters.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

DateTime Structure
DateTime Members
System Namespace