[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetDateTime

GetDateTime Method

GetDateTime(int)

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

Declaration
public DateTime GetDateTime(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
DateTime

The date and time data value of the specified field.

Implements