Click or drag to resize
Infosoft Logo

TriggerNextFireTime Property

Gets or sets the next time the trigger is scheduled to fire, or null if it's not expected to fire again.

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public DateTime? NextFireTime { get; set; }

Property Value

NullableDateTime
See Also