Method WithStartTime
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithStartTime(DateTime)
Sets the start time.
IDmsSchedulerTaskBuilder WithStartTime(DateTime startTime)
Parameters
startTimeDateTimeThe start time.
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.
Remarks
If startTime has DateTimeKind.Utc, it will be converted to the Agent's local time.
Otherwise, the value is assumed to be in the Agent's local time zone.