Click or drag to resize

ModelTimeFromDuration Method

Convert a duration to a model time.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public static ModelTime FromDuration(
	TimeSpan duration
)

Parameters

duration
Type: SystemTimeSpan

[Missing <param name="duration"/> documentation for "M:Demo3D.EventQueue.ModelTime.FromDuration(System.TimeSpan)"]

Return Value

Type: ModelTime

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

See Also