UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

Timer..::..ToUSeconds Method

Returns a UInt32 of the time TimeSpan structure expressed in whole microseconds.

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public static uint ToUSeconds(
	TimeSpan time
)
Public Shared Function ToUSeconds ( _
	time As TimeSpan _
) As UInteger
public:
static unsigned int^ ToUSeconds(
	TimeSpan^ time
)

Parameters

time
Type: TimeSpan
A TimeSpan object representing the time.

Return Value

The total number of microseconds represented by the time.