Click or drag to resize
Infosoft Logo

ScheduleWithIntervalRequestStartTime Property

Gets or sets the local time at which the trigger will first come into effect. If this is null the trigger will be active immediately.

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

Property Value

NullableDateTime
Remarks
This date/time will be assumed to be in the local time of the server. If the client is in a different time zone, this needs to be accounted for.
See Also