Share via


TimeWindow.Start Property

 

Optional. The start of the time window.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top