Gets the minutes component of the time interval represented by the current
TimeSpan structure.
Namespace:
System
Assembly:
Bridge (in Bridge.dll)
public int Minutes { get; }
Public ReadOnly Property Minutes As Integer
Get
public:
property int^ Minutes {
int^ get ();
}
Return Value
The minute component of the current
TimeSpan structure. The return value ranges from -59 through 59.