Table of Contents

Method GetDateTime

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetDateTime(int)

Gets the date and time data value of the specified field.

public DateTime GetDateTime(int i)

Parameters

i int

The index of the field to find.

Returns

DateTime

The date and time data value of the specified field.

Exceptions

IndexOutOfRangeException

The index passed was outside the range of 0 through FieldCount.