NewTimeSpanCommand.End Property

Definition

This parameter indicates the end of a time span. It is used if two times are being compared. If one of the times is not specified, the current system time is used.

public:
 property DateTime End { DateTime get(); void set(DateTime value); };
public DateTime End { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Date", Position=1, ValueFromPipelineByPropertyName=true)]
public DateTime End { get; set; }
member this.End : DateTime with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Date", Position=1, ValueFromPipelineByPropertyName=true)>]
member this.End : DateTime with get, set
Public Property End As DateTime

Property Value

Attributes

Applies to