Click or drag to resize
ScheduledStateEnqueueAt Property
Gets a date/time when a background job should be enqueued.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public DateTime EnqueueAt { get; }

Property Value

Type: DateTime
Any date/time in Utc format.
See Also