GetDateCommand.Month Property

Definition

Allows the user to override the month.

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

Property Value

Attributes

Applies to