Click or drag to resize

LogMessageTimestampOffset Property

This value is the relative UTC time when the message was generated.

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

Property Value

Type: DateTimeOffset
The time when this message was generated, relative to UTC.
See Also