Share via


GetCountSummaryParameters.StartTime Property

 

Gets or sets the start time

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

Syntax

[FilterParameterAttribute("startTime", "O")]
public DateTime StartTime { get; set; }
public:
[FilterParameterAttribute("startTime", "O")]
property DateTime StartTime {
    DateTime get();
    void set(DateTime value);
}
[<FilterParameterAttribute("startTime", "O")>]
member StartTime : DateTime with get, set
<FilterParameterAttribute("startTime", "O")>
Public Property StartTime As Date

Property Value

Type: System.DateTime

See Also

GetCountSummaryParameters Class
Microsoft.Azure.Insights Namespace

Return to top