HistoricalUsageMetricSample.TimeCreated Property

 

Optional. Time the metric was taken.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

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

Return to top