NewTimeSpanCommand.End 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.
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