JET_LOGTIME. ToDateTime-Methode
Generieren Sie eine DateTime-Darstellung dieses 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()
Rückgabewert
Typ: System.Nullable<DateTime>
Ein DateTime-JET_LOGTIME. Wenn der JET_LOGTIME NULL ist, wird NULL zurückgegeben.