TimeWindow.End Property

 

Optional. The end time for the profile.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public DateTime End { get; set; }
public:
property DateTime End {
    DateTime get();
    void set(DateTime value);
}
member End : DateTime with get, set
Public Property End As Date

Property Value

Type: System.DateTime

See Also

TimeWindow Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top