MetricFilter.EndTime Property
Gets or sets the TimeGrain of the filter
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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
MetricFilter Class
Microsoft.Azure.Insights Namespace
Return to top