Click or drag to resize

PhysicalItemCreationTime Property

This value is the time when the item was created.

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

Property Value

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