WebHostingPlanGetHistoricalUsageMetricsParameters.EndTime Property

 

Optional. The ending time of the metrics to return. If this parameter is not specified, the current time is used.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public Nullable<DateTime> EndTime { get; set; }
public:
property Nullable<DateTime> EndTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member EndTime : Nullable<DateTime> with get, set
Public Property EndTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

WebHostingPlanGetHistoricalUsageMetricsParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top