Click or drag to resize

PostEffectPipelineGetEndTimeInMilliseconds Method

Get the end time of the rendering expressed in milliseconds since some unspecified epoch. Do not make assumptions about what the epoch is; it might be different on different platforms.

Namespace:  Rhino.Render.PostEffects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public ulong GetEndTimeInMilliseconds()

Return Value

Type: UInt64
milliseconds
See Also