TimeSpanArray.SortedDescending() Method

Top 

Description

Returns a copy of the calling TimeSpanArray sorted in descending order.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.SortedDescending(

)

 

 

Return Value

Type:

Array of timespan

Units:

day

 

 

The sorted TimeSpanArray.

 

Syntax

myTimeSpanArray1 = myTimeSpanArray2.SortedDescending();

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times