JET_LOGTIMEが UTC であるかどうかを示す値を取得します。
Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'Declaration
Public ReadOnly Property IsUtc As Boolean
Get
'Usage
Dim instance As JET_LOGTIME
Dim value As Boolean
value = instance.IsUtc
public bool IsUtc { get; }