NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TimeSpan.TotalMinutes

Retrieves the number of whole minutes represented by the current instance.

[Visual Basic]
Public ReadOnly Property TotalMinutes As Double
[C#]
public double TotalMinutes {get;}
[C++]
public: __property double get_TotalMinutes();
[JScript]
public function get TotalMinutes() : double;

Property Value

Read only.

Retrieves the total number of minutes represented by the current instance.

Remarks

The TotalMinutes property returns the total number of minutes as a double-recision floating point number that is calculated by using TicksPerMinute.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace