TimeSpanArray.Min() Method

Top 

Description

Returns the minimum value contained in the array.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.Min(

)

 

 

Return Value

Type:

timespan

Units:

day

 

 

The minimum value in the TimeSpanArray.

 

Syntax

myTimeSpan1 = myTimeSpanArray1.Min();

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times