|
ScheduleWithCronExpressionRequestStartTime 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.SchedulerAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public DateTime? StartTime { get; set; }
No code example is currently available or this language may not be supported.
Property Value
NullableDateTimeRemarks
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