TimeWindow.Start Property

 

Optional. The start time for the profile.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

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

Return to top