TimeSpanArray.PopBack() Method

Top 

Description

Removes the last value of the TimeSpanArray and returns its value. If the TimeSpanArray is empty, an error occurs.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.PopBack(

)

 

 

Return Value

Type:

timespan

Units:

day

 

 

The last value in the TimeSpanArray.

 

Syntax

myTimeSpan1 = myTimeSpanArray1.PopBack();

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times