Property TimeInterval
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
TimeInterval
Gets or sets the time interval between two time items in the time picker control.
public TimeSpan TimeInterval { get; set; }
Property Value
- TimeSpan
The time interval between two time items in the time picker control.
Remarks
Default: TimeSpan.FromHours(1)
.