JET_BKLOGTIME。ToDateTime 方法
產生這個JET_BKLOGTIME的 DateTime 標記法。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'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()
傳回值
類型:System.NullableDateTime<>
代表JET_BKLOGTIME的 DateTime。 如果JET_BKLOGTIME為 null,則會傳回 null。