This document is archived and information here might be outdated. Recommended version. |
The property to determine Editor Tracking times are recorded in UTC.
[Visual Basic .NET] Public Property IsTimeInUTC As Boolean
[C#] public bool IsTimeInUTC {get; set;}
[C++]
HRESULT get_IsTimeInUTC(
Boolean* IsTimeInUTC
);
[C++]
HRESULT put_IsTimeInUTC(
VARIANT_BOOL IsTimeInUTC
);
[C++]
Parameters IsTimeInUTC [out, retval]
IsTimeInUTC is a parameter of type bool* IsTimeInUTC [in]
IsTimeInUTC is a parameter of type bool
IsTimeInUTC returns whether time is recorded in UTC or database time. The return value is a boolean.