Edit

JET_LOGTIME.ToDateTime method

Generate a DateTime representation of this JET_LOGTIME.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Function ToDateTime As Nullable(Of DateTime)
'Usage
Dim instance As JET_LOGTIME
Dim returnValue As Nullable(Of DateTime)

returnValue = instance.ToDateTime()
public Nullable<DateTime> ToDateTime()

Return value

Type: System.Nullable<DateTime>
A DateTime representing the JET_LOGTIME. If the JET_LOGTIME is null then null is returned.

Implements

IJET_LOGTIME.ToDateTime()

See also

Reference

JET_LOGTIME structure

JET_LOGTIME members

Microsoft.Isam.Esent.Interop namespace