TimeSpanArray.FindAll(TimeSpan) Method

Top 

Description

Finds all indices at which the specified value is present.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.FindAll(

TimeSpan value)

 

 

Arguments

value


Description:

The value whose indices to find.

 

 

 

Return Value

Type:

Array of number

 

 

The indices of the TimeSpanArray containing the specified value.

 

Syntax

myArray1 = myTimeSpanArray1.FindAll(myTimeSpan1);

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times