TimeSpanArray.Insert(Variable, TimeSpan) Method

Top 

Description

Inserts the specified value at the specified index of the TimeSpanArray.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.Insert(

Variable index,


TimeSpan value)

 

 

Arguments

index


Description:

The index at which to insert the specified value.

Valid Range:

index ≥ 0

 

 

value


Description:

The value to insert.

 

 

 

Syntax

myTimeSpanArray1.Insert(myVariable1, myTimeSpan1);

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times