Partager via


JET_LOGTIME. ToDateTime, méthode

Générez une représentation DateTime de cette JET_LOGTIME.

Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'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()

Valeur de retour

Type : System.Nullable<DateTime>
DateTime représentant le JET_LOGTIME. Si le JET_LOGTIME a la valeur Null, null est retourné.

Implémente

IJET_LOGTIME. ToDateTime()

Voir aussi

Informations de référence

JET_LOGTIME structure

JET_LOGTIME membres

Espace de noms Microsoft.Isam.Esent.Interop