Click or drag to resize

ModelTimeFromSeconds Method (Double)

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 FromSeconds(
	double seconds
)

Parameters

seconds
Type: SystemDouble

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

Return Value

Type: ModelTime

[Missing <returns> documentation for "M:Demo3D.EventQueue.ModelTime.FromSeconds(System.Double)"]

See Also