Duration.Minutes PropertyDuration.Minutes PropertyDuration::Minutes Property

Gets the minutes component of the current DurationDurationDuration.

Syntax

Public ReadOnly Property Minutes As Integer
        Get
public int Minutes { get; }
public:
property int Minutes {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The minutes component of this instance. The values range between -59 and 59.