TimeWindow.StartTime Property

Definition

Gets or sets the start date and time of a time span.

public:
 property DateTime StartTime { DateTime get(); void set(DateTime value); };
public DateTime StartTime { get; set; }
Public Property StartTime As DateTime

Property Value

The value of the StartTime property is a T:System.DateTime

Applies to