次の方法で共有


EventCountSummaryResponse.StartTime Property

 

Optional. The event summary start time.

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

EventCountSummaryResponse Class
Microsoft.Azure.Insights.Models Namespace

Return to top