SetDateCommand.Adjust Property

Definition

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

Applies to