Share via


GetCountSummaryParameters.EndTime Property

 

Gets or sets the end time.

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

Syntax

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

Property Value

Type: System.Nullable<DateTime>

See Also

GetCountSummaryParameters Class
Microsoft.Azure.Insights Namespace

Return to top