Property Maximum
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Maximum
Gets or sets the maximum timespan.
Default: TimeSpan.MaxValue
.
public TimeSpan Maximum { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
When the maximum is smaller than the minimum.