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.Minutes

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

[Visual Basic]
Public ReadOnly Property Minutes As Integer
[C#]
public int Minutes {get;}
[C++]
public: __property int get_Minutes();
[JScript]
public function get Minutes() : int;

Property Value

Read only.

The value is an integer between 0 and 59 corresponding to the 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.

Note that if ToString returns "+d.hh:mm:ss", the return value of GetMinutes is mm.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Int64