Duration.EndTime Property

Definition

The EndTime property gets the end of a duration.

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

Property Value

The EndTime property gets a DateTime object that represents the end of a duration.

Applies to