MetricValue.Timestamp Property
Optional. The timestamp for the metric value.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public DateTime Timestamp { get; set; }
public:
property DateTime Timestamp {
DateTime get();
void set(DateTime value);
}
member Timestamp : DateTime with get, set
Public Property Timestamp As Date
Property Value
Type: System.DateTime
See Also
MetricValue Class
Microsoft.Azure.Insights.Models Namespace
Return to top