TimeSpanArray.PushFront(TimeSpan) Method

Top 

Description

Adds the specified value to the start of the TimeSpanArray.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.PushFront(

TimeSpan value)

 

 

Arguments

value


Description:

The value to add.

 

 

 

Syntax

myTimeSpanArray1.PushFront(myTimeSpan1);

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times