GetDateCommand.Day Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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