Compartilhar via


TimeSpan.operator + Method

Unary plus operator.

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

Syntax

public static TimeSpan operator + (
         TimeSpant
)

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, and 4.1.

See Also

Reference

TimeSpan Structure
TimeSpan Members
System Namespace