Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generate a DateTime representation of this 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()
Return value
Type: System.Nullable<DateTime>
A DateTime representing the JET_LOGTIME. If the JET_LOGTIME is null then null is returned.