Share via


CustomMonitoringEvent.TimeGenerated Property

Definition

The time the event was generated. This should be UTC.

public:
 property DateTime TimeGenerated { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public DateTime TimeGenerated { get; set; }
member this.TimeGenerated : DateTime with get, set
Public Property TimeGenerated As DateTime

Property Value

Returns a DateTime object.

Attributes

Applies to