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

'Usage
Dim instance As LogReaderCallbackData
Dim value As String

value = instance.LogTime

Syntax

'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

Property Value

Returns String.

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

LogReaderCallbackData Class
LogReaderCallbackData Members
Microsoft.Assessments.Hosting Namespace