TimeWindow.End Property
Optional. The end 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 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.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace
Return to top