TimeSpanArray.GetFromString(String) Method

Top 

Description

Load the object state from the specified string.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.GetFromString(

String objectXml)

 

 

Arguments

objectXml


Description:

The FreeFlyer object xml from which to load the object state.

 

 

 

Return Value

Type:

string

 

 

The FreeFlyer object xml representation of the object.

 

Syntax

myString1 = myTimeSpanArray1.GetFromString(myString2);

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times