Click or drag to resize
PhysicalItemLastWriteTime Property
This value is the time when the item was last written to.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public Nullable<DateTime> LastWriteTime { get; set; }

Property Value

Type: NullableDateTime
The time this item was last written to, or if this property does not apply to this type of item.
See Also