MetricValueSet.EndTime Property

 

Optional. The end time in UTC for the metric queried.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

MetricValueSet Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top