Click or drag to resize
Infosoft Logo

TriggerStartTime Property

Gets or sets the start time of the trigger.

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

Property Value

DateTime
Remarks
While the start time is optional when creating a new trigger, every trigger must have a start time. When no start time is given, the current time (at the time of creation) is used.
See Also