StartOrchestrationOptions.StartAt 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.
The time when the orchestration instance should start executing. If not specified or if a date-time in the past is specified, the orchestration instance will be scheduled immediately.
public DateTimeOffset? StartAt { get; init; }
member this.StartAt : Nullable<DateTimeOffset> with get, set
Public Property StartAt As Nullable(Of DateTimeOffset)