 | RepeatParametersTimeIntervalDuration Property |
Time interval between two recordings. It starts either from the previous
recording starting or ending time depending on the
TimeIntervalType parameter.
Namespace:
LynceeTec.API.Cycle
Assembly:
LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 9.2.6612.0 , built 2022-07-14 10:47:27 UTC
Syntaxpublic TimeSpan TimeIntervalDuration { get; set; }
public:
property TimeSpan TimeIntervalDuration {
TimeSpan get ();
void set (TimeSpan value);
}
Property Value
Type:
TimeSpan
See Also