LogReaderCallbackData.LogTime Property
Applies To: Windows 8.1
The local time the current event was logged.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
'Usage
Dim instance As LogReaderCallbackData
Dim value As String
value = instance.LogTime
'Declaration
Public ReadOnly Property LogTime As String
public string LogTime { get; }
public:
property String^ LogTime {
String^ get ();
}
/** @property */
public String get_LogTime ()
public function get LogTime () : String
Returns String.
Events are stored in Universal Coordinated Time. The LogTime property represents the time of the current event in local time. Changing the time zone or clock for the computer that is processing the .ETL files will result in a corresponding change to the time that is provided for each event.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 8.1
LogReaderCallbackData Class
LogReaderCallbackData Members
Microsoft.Assessments.Hosting Namespace