UserTrackingRecord.EventDateTime Property

Definition

Gets or sets the date and time that the user event occurred.

public:
 virtual property DateTime EventDateTime { DateTime get(); void set(DateTime value); };
public override DateTime EventDateTime { get; set; }
member this.EventDateTime : DateTime with get, set
Public Overrides Property EventDateTime As DateTime

Property Value

A DateTime value.

Remarks

The DateTime is Coordinated Universal Time (UTC).

This property is set by the runtime tracking infrastructure.

Applies to