| TimeMapperElapsedTime Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic uint ElapsedTime(
	uint start,
	uint actual
)
Public Function ElapsedTime ( 
	start As UInteger,
	actual As UInteger
) As UInteger
public:
unsigned int ElapsedTime(
	unsigned int start, 
	unsigned int actual
)
member ElapsedTime : 
        start : uint32 * 
        actual : uint32 -> uint32 
Parameters
- start
 - Type: SystemUInt32
 - actual
 - Type: SystemUInt32
 
Return Value
Type: 
UInt32
See Also