WebSiteGetHistoricalUsageMetricsParameters::EndTime Property

 

Gets or sets the ending time of the metrics to return.

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

public:
property Nullable<DateTime> EndTime {
	Nullable<DateTime> get();
	void set(Nullable<DateTime> value);
}

Property Value

Type: System::Nullable<DateTime>

The ending time.

If this parameter is not specified, the current time is used.

Return to top
Show: