SetDateCommand.Adjust 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 a use to specify a timespan with which to apply to the current time.
public:
property TimeSpan Adjust { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Adjust { get; set; }
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Adjust", Position=0, ValueFromPipelineByPropertyName=true)]
public TimeSpan Adjust { get; set; }
member this.Adjust : TimeSpan with get, set
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Adjust", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.Adjust : TimeSpan with get, set
Public Property Adjust As TimeSpan
Property Value
- Attributes