Click or drag to resize

JobActionTimestamp Property

This value is the time when the action occurred.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntax
public DateTimeOffset Timestamp { get; set; }

Property Value

Type: DateTimeOffset
The timestamp when this action occurred.
See Also