Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDataReader class

GetDataTypeName method Next Page

GetDateTime method


Returns the value for the specified column as a System.DateTime with millisecond accuracy.

Syntax

Visual Basic

NotOverridable Public Function GetDateTime( _
ByVal columnID As Integer _
) As Date _
Implements IDataRecord.GetDate

C#

public DateTime GetDateTime(
int columnID
);

Parameters
Return value

The column value as a System.DateTime.

Exceptions
Implements

[external link] IDataRecord.GetDateTime

See also