Share via


TimeSpan.operator + Method

Unary plus operator.

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

Syntax

public static TimeSpan operator + (
         TimeSpan t
)

Parameters

  • t
    A TimeSpan object that specifies a period of time.

Return Value

The TimeSpan object represented by the t parameter.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

TimeSpan Structure
TimeSpan Members
System Namespace