Click or drag to resize

ModelTimeFromSeconds Method (Int64)

Convert seconds to model time.

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

Parameters

seconds
Type: SystemInt64

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

Return Value

Type: ModelTime

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

See Also