IDurableOrchestrationContext.CurrentUtcDateTime 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 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
Property Value
The orchestration or entity's current date/time in UTC.
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET