WorkflowTrackingRecord.EventDateTime 属性

定义

获取或设置工作流跟踪事件发生时的日期和时间。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

属性值

DateTime

一个 DateTime,指示工作流状态事件发生时的日期和时间。A DateTime that indicates the date and time that the workflow status event occurred.

注解

DateTime 为协调世界时 (UTC)。The DateTime is Coordinated Universal Time (UTC).

该属性由运行时跟踪基础结构设置。This property is set by the runtime tracking infrastructure.

适用于