TraceReader.GetDateTime(Int32) Method

Definition

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

public:
 virtual DateTime GetDateTime(int ordinal);
public DateTime GetDateTime (int ordinal);
abstract member GetDateTime : int -> DateTime
override this.GetDateTime : int -> DateTime
Public Function GetDateTime (ordinal As Integer) As DateTime

Parameters

ordinal
Int32

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

Returns

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

Implements

Examples

Readme_Tracer

Applies to