Method GetDateTime
GetDateTime(int)
Gets the date and time data value of the specified field.
public DateTime GetDateTime(int i)
Parameters
iintThe 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.