GridCell.GetTimeSpanValue() Method

Top 

Description

Returns the value of the cell as a TimeSpan. Errors if the value stored in the cell is a string that cannot be converted to a number.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

GridCell.GetTimeSpanValue(

)

 

 

Return Value

Type:

timespan

Units:

day

 

 

The value of the cell represented as a number.

 

Syntax

myTimeSpan1 = myGridCell1.GetTimeSpanValue();

 

 

See also

GridCell Object

GridWindow Guide