Click or drag to resize
TimeSpanMinutes Property
Gets the minutes 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 Minutes { get; }

Return Value

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