Share via


JET_BKLOGTIME. ToDateTime-Methode

Generieren Sie eine DateTime-Darstellung dieses JET_BKLOGTIME.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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-Wert, der die JET_BKLOGTIME darstellt. Wenn der JET_BKLOGTIME NULL ist, wird NULL zurückgegeben.

Implementiert

IJET_LOGTIME. ToDateTime()

Siehe auch

Verweis

JET_BKLOGTIME-Struktur

JET_BKLOGTIME-Member

Microsoft.Isam.Esent.Interop-Namespace