 | 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: 10.0.10313.0 , built 2022-11-01 12:36:54 UTC
Syntaxpublic TimeSpan TimeIntervalDuration { get; set; }
public:
property TimeSpan TimeIntervalDuration {
TimeSpan get ();
void set (TimeSpan value);
}
Property Value
Type:
TimeSpan
See Also