NewTimeSpanCommand.Start Property

Definition

This parameter indicates the date the time span begins; it is used if two times are being compared.

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

Property Value

Attributes

Applies to