Click or drag to resize

RealTimeFromMicroseconds Method (Int32)

Convert from real time (milliseconds) to ticks.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public static RealTime FromMicroseconds(
	int realTime
)

Parameters

realTime
Type: SystemInt32

[Missing <param name="realTime"/> documentation for "M:Demo3D.EventQueue.RealTime.FromMicroseconds(System.Int32)"]

Return Value

Type: RealTime

[Missing <returns> documentation for "M:Demo3D.EventQueue.RealTime.FromMicroseconds(System.Int32)"]

See Also