MetricValueSet.StartTime Property

 

Optional. The start 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 StartTime { get; set; }
public:
property DateTime StartTime {
    DateTime get();
    void set(DateTime value);
}
member StartTime : DateTime with get, set
Public Property StartTime As Date

Property Value

Type: System.DateTime

See Also

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

Return to top