Click or drag to resize

ModelTimeFromFixed Method

Convert seconds to model time.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public static ModelTime FromFixed(
	Fixed seconds
)

Parameters

seconds
Type: Demo3D.EventQueueFixed

[Missing <param name="seconds"/> documentation for "M:Demo3D.EventQueue.ModelTime.FromFixed(Demo3D.EventQueue.Fixed)"]

Return Value

Type: ModelTime

[Missing <returns> documentation for "M:Demo3D.EventQueue.ModelTime.FromFixed(Demo3D.EventQueue.Fixed)"]

See Also