Click or drag to resize
Infosoft Logo

ScheduleWithCronExpressionRequestEndTime Property

Gets or sets the local time at which the trigger will expire. If this is null the trigger will be active indefinitely.

Namespace: Infosoft.Common.Contracts.MessageContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public DateTime? EndTime { 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