VirtualTimeSpan.ToMinutes() Method

Top 

Description

Returns the value of the TimeSpan in minutes. Because FreeFlyer Variables are internally stored as 64-Bit floating-point, precision may be lost in the conversion.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

VirtualTimeSpan.ToMinutes(

)

 

 

Return Value

Type:

number

Units:

min

 

 

The value of the TimeSpan in minutes.

 

Syntax

myVariable1 = myTimeSpan1.Abs().ToMinutes();

 

 

See also

VirtualTimeSpan Object