你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDurableOrchestrationContext.CurrentUtcDateTime 属性

定义

以在业务流程和实体操作中安全使用的方式获取当前日期/时间。

public DateTime CurrentUtcDateTime { get; }
member this.CurrentUtcDateTime : DateTime
Public ReadOnly Property CurrentUtcDateTime As DateTime

属性值

业务流程或实体的当前日期/时间(UTC)。

注解

此日期/时间值派生自业务流程或实体历史记录。 它始终在业务流程协调程序函数代码中的特定点返回相同的值,因此对于重播来说,它具有确定性且安全。

适用于