GetSystemTime Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTime.GetSystemTime Method

This function retrieves the current 1588 time.


[Visual Basic]
Public Sub GetSystemTime( _
   ByRef TimeSeconds As Double, _
   ByRef TimeFractional As Double _
)

[C#]
public void GetSystemTime(
   ref Double TimeSeconds,
   ref Double TimeFractional
);

[C++]
HRESULT GetSystemTime(
   double* TimeSeconds,
   double* TimeFractional
);

Parameters

TimeSeconds
Indicates the seconds portion of the current 1588 time.
TimeFractional
Indicates the fractional portion of the current 1588 time.

See Also

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