TrackingRecord.EventDateTime Propriedade

Definição

Quando substituído em uma classe derivada, obtém ou define a data e a hora do evento de acompanhamento associado ao registro de acompanhamento.When overridden in a derived class, gets or sets the time and date of the tracking event associated with the tracking record.

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

Valor da propriedade

DateTime

Um DateTime que indica a data e a hora em que o evento de rastreamento ocorreu.A DateTime that indicates the date and time that the tracking event occurred.

Comentários

O DateTime é UTC (tempo Universal Coordenado).The DateTime is Coordinated Universal Time (UTC).

Aplica-se a