Method GetDateTime
GetDateTime(Int32)
Returns DateTime at specified column index.
Declaration
DateTime GetDateTime(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of Column. |
Returns
Type | Description |
---|---|
System.DateTime | DateTime value at specified index. |