TimeSpanArray.ToArrayAsDays() Method

Top 

Description

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

TimeSpanArray.ToArrayAsDays(

)

 

 

Return Value

Type:

Array of number

 

 

The converted Array.

 

Syntax

myArray1 = myTimeSpanArray1.ToArrayAsDays();

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times