EventRecord.TimeCreated Property

Definition

Gets the time, in DateTime format, that the event was created.

public:
 abstract property Nullable<DateTime> TimeCreated { Nullable<DateTime> get(); };
public abstract DateTime? TimeCreated { get; }
member this.TimeCreated : Nullable<DateTime>
Public MustOverride ReadOnly Property TimeCreated As Nullable(Of DateTime)

Property Value

Returns a DateTime value. The value can be null.

Applies to

See also