VirtualTimeSpanArray.ToArrayAsMinutes() Method

Top 

Description

Converts the TimeSpanArray to an Array with units of 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

VirtualTimeSpanArray.ToArrayAsMinutes(

)

 

 

Return Value

Type:

Array of number

 

 

The converted Array.

 

Syntax

myArray1 = {TimeSpan.FromDays(1), TimeSpan.FromDays(2)}.ToArrayAsMinutes();

 

 

See also

VirtualTimeSpanArray Object