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