GetDateCommand.Day Property

Definition

Allows the user to override the day.

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

Property Value

Attributes

Applies to