VirtualTimeSpanArray.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

VirtualTimeSpanArray.SortedDescending(

)

 

 

Return Value

Type:

Array of timespan

Units:

day

 

 

The sorted TimeSpanArray.

 

Syntax

myTimeSpanArray1 = {TimeSpan.FromDays(1), TimeSpan.FromDays(2)}.SortedDescending();

 

 

See also

VirtualTimeSpanArray Object