JET_BKLOGTIME. ToDateTime-Methode

Generieren Sie eine DateTime-Darstellung dieses JET_BKLOGTIME.

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_BKLOGTIME
Dim returnValue As Nullable(Of DateTime)

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

Rückgabewert

Typ: System.Nullable<DateTime>
Ein DateTime-JET_BKLOGTIME. Wenn der JET_BKLOGTIME NULL ist, wird NULL zurückgegeben.

Implementiert

IJET_LOGTIME. ToDateTime()

Weitere Informationen

Referenz

JET_BKLOGTIME-Struktur

JET_BKLOGTIME Mitglieder

Microsoft.Isam.Esent.Interop-Namespace