SetDateCommand.Date 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 user to override the date/time object that will be processed.
public:
property DateTime Date { DateTime get(); void set(DateTime value); };
public DateTime Date { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Date", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
public DateTime Date { get; set; }
member this.Date : DateTime with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Date", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.Date : DateTime with get, set
Public Property Date As DateTime
Property Value
- Attributes