TimeWindow.EndTime Property

Definition

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

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

Property Value

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

Applies to