TraceReader.GetTimeSpan(Int32) Method

Definition

Gets a TimeSpan value of the data value at the specified column position.

public:
 TimeSpan GetTimeSpan(int ordinal);
public TimeSpan GetTimeSpan (int ordinal);
member this.GetTimeSpan : int -> TimeSpan
Public Function GetTimeSpan (ordinal As Integer) As TimeSpan

Parameters

ordinal
Int32

An Int32 value that specifies the column position of the data.

Returns

A TimeSpan system value that represents the data at the specified column position.

Examples

Readme_Tracer

Applies to