Method WithEndTime
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithEndTime(DateTime)
Sets the end time.
IDmsSchedulerTaskBuilder WithEndTime(DateTime endTime)
Parameters
endTimeDateTimeThe end time.
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.
Remarks
If endTime 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.