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.3.0.0
Syntax
public DateTimeOffset TimeWritten { get; set; }

Property Value

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