Click or drag to resize
TimeSpanSeconds Property
Gets the seconds component of the time interval represented by the current TimeSpan structure.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public int Seconds { get; }

Return Value

Type: Int32
The second component of the current TimeSpan structure. The return value ranges from -59 through 59.
See Also