Click or drag to resize

ModelTimeFromSeconds Method (Int64)

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(
	long seconds
)

Parameters

seconds
Type: SystemInt64

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

Return Value

Type: ModelTime

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

See Also