次の方法で共有


EventCountSummaryResponse.EndTime Property

 

Optional. The event summary end time.

Namespace:   Microsoft.Azure.Insights.Models
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

EventCountSummaryResponse Class
Microsoft.Azure.Insights.Models Namespace

Return to top