TimeSpanArray.SortAscending(Object) Method

Top 

Description

Sorts the calling TimeSpanArray in ascending order, reordering all input StringArray, Array, and TimeSpanArray arguments in order to maintain the relative positions of the array elements.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.SortAscending(

Object synchronizedCollection)

 

 

Arguments

synchronizedCollection


Description:

An Array, StringArray, or TimeSpanArray within which order, with respect to the sorted calling TimeSpanArray, is maintained.

Repeatable:

0 to Unlimited times

 

 

 

Return Value

Type:

number

 

 

Returns the number of rows in the calling TimeSpanArray.

 

Syntax

myVariable1 = myTimeSpanArray1.SortAscending(myObject1);

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times