TimeSpanArray.PopFront() Method

Top 

Description

Removes the first 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.PopFront(

)

 

 

Return Value

Type:

timespan

Units:

day

 

 

The first value in the TimeSpanArray.

 

Syntax

myTimeSpan1 = myTimeSpanArray1.PopFront();

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times