TimeSpan.TotalMinutes Property
Silverlight
Gets the value of the current TimeSpan structure expressed in whole and fractional minutes.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
The following example instantiates a TimeSpan object and displays the value of its TotalMinutes property. It also displays the value of each component (seconds, milliseconds) that forms the fractional part of the value of its TotalMinutes property.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.