XrmTimeSpan.Minutes Property

Definition

Gets the number of whole minutes represented by the current XrmTimeSpan structure.

public:
 property int Minutes { int get(); void set(int value); };
public int Minutes { get; set; }
member this.Minutes : int with get, set
Public Property Minutes As Integer

Property Value

The number of whole minutes represented by the current XrmTimeSpan structure.

Remarks

The value of this property is an Int32 type that is the minutes component of this instance. The return value ranges from -59 through 59.

Applies to