NewTimeSpanCommand.Minutes Property

Definition

Allows the user to override the minute.

public:
 property int Minutes { int get(); void set(int value); };
public:
 property int Minutes { int get(); void set(int value); };
public int Minutes { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Time")]
public int Minutes { get; set; }
member this.Minutes : int with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Time")>]
member this.Minutes : int with get, set
Public Property Minutes As Integer

Property Value

Attributes

Applies to