WorkflowTrackingRecord.EventDateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the date and time that the workflow tracking 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 that indicates the date and time that the workflow status event occurred.
Remarks
The DateTime is Coordinated Universal Time (UTC).
This property is set by the runtime tracking infrastructure.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.