GetDateCommand.Minute Property

Definition

Allows the user to override the minute.

public:
 property int Minute { int get(); void set(int value); };
public:
 property int Minute { int get(); void set(int value); };
public int Minute { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 59)]
public int Minute { get; set; }
member this.Minute : int with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 59)>]
member this.Minute : int with get, set
Public Property Minute As Integer

Property Value

Attributes

Applies to