JET_BKLOGTIME. Método ToDateTime

Genere una representación DateTime de este JET_BKLOGTIME.

Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Sintaxis

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

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

Valor devuelto

Tipo: System.NullableDateTime<>
DateTime que representa el JET_BKLOGTIME. Si el JET_BKLOGTIME es null, se devuelve null.

Implementaciones

IJET_LOGTIME. ToDateTime()

Consulte también

Referencia

estructura de JET_BKLOGTIME

JET_BKLOGTIME miembros

Espacio de nombres Microsoft.Isam.Esent.Interop