TimeSpanArray.Erase(Variable) Method

Top 

Description

Erases the value at the specified index.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.Erase(

Variable index)

 

 

Arguments

index


Description:

The index of the element to erase.

Valid Range:

index ≥ 0

 

 

 

Syntax

myTimeSpanArray1.Erase(myVariable1);

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times