HistoricalUsageMetricData.StartTime Property
Optional. The start time of the data reported.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.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
HistoricalUsageMetricData Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top