TimeFraction Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerAlarm.TimeFraction Property

Specifies the fractional seconds portion of the time at which the alarm will go off.


[Visual Basic]
Public Property TimeFraction As Double

[C#]
public Double TimeFraction {get; set;}

[C++]
HRESULT get_TimeFraction(
   double* retval
);
HRESULT put_TimeFraction(
   double val
);

Remarks

Note that the actual time of the alarm is the sum of Trigger Alarm Time Seconds and Trigger Alarm Time Fraction. The time is specified as the sum of two values because a single double-precision floating-point value does not have sufficient range and resolution to specify the time. Once the alarm goes off, it will repeat at the period set by Trigger Alarm Period the number of times set by Trigger Alarm Count.

See Also

IIviLxiSyncTriggerAlarm Interface | IIviLxiSyncTriggerAlarm Members | Ivi.LxiSync.Interop Namespace