IDurableOrchestrationContext.CurrentUtcDateTime Property
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 the current date/time in a way that is safe for use in orchestrations and entity operations.
public DateTime CurrentUtcDateTime { get; }
member this.CurrentUtcDateTime : DateTime
Public ReadOnly Property CurrentUtcDateTime As DateTime
The orchestration or entity's current date/time in UTC.
This date/time value is derived from the orchestration or entity history. It always returns the same value at specific points in the orchestrator function code, making it deterministic and safe for replay.
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: