MetricFilter.StartTime 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 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
MetricFilter Class
Microsoft.Azure.Insights Namespace
Return to top