Click or drag to resize
EventLogEntryData2TimeWritten Property
This value is the local time when the event was written to the event log.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public DateTimeOffset TimeWritten { get; set; }

Property Value

Type: DateTimeOffset
The local time at which this event was written to the log.
See Also