Click or drag to resize

ModelTimeFromSeconds Method (Double)

Convert seconds to model time.

Namespace:  Demo3D.Time
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 17.00.05
Syntax
C#
public static ModelTime FromSeconds(
	double seconds
)

Parameters

seconds
Type: SystemDouble

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

Return Value

Type: ModelTime

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

See Also