IJET_LOGTIME. ToDateTime-Methode

Generieren Sie eine DateTime-Darstellung dieser IJET_LOGTIME.

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

Syntax

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

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

Rückgabewert

Typ: System.Nullable<DateTime>
Ein DateTime-Objekt, das die IJET_LOGTIME darstellt. Wenn der IJET_LOGTIME NULL ist, wird NULL zurückgegeben.

Siehe auch

Verweis

IJET_LOGTIME-Schnittstelle

IJET_LOGTIME-Mitglieder

Microsoft.Isam.Esent.Interop-Namespace