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;
Read only.
The value is an integer between 0 and 59 corresponding to the minutes represented by the current instance.
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.
TimeSpan Structure | TimeSpan Members | System Namespace | Int64