GetCountSummaryParameters::StartTime Property

 

Gets or sets the start time

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public:
[FilterParameterAttribute("startTime", "O")]
property DateTime StartTime {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime
Return to top
Show: