Gets the minutes component of the time interval represented by the current
TimeSpan structure.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public int Minutes { get; }
Return Value
Type:
Int32The minute component of the current
TimeSpan structure. The return value ranges from -59 through 59.
See Also