IRestorePoint.EarliestRestoreDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets earliest restore time (ISO8601 format). Populated when restorePointType = DISCRETE. Null otherwise.
public DateTime? EarliestRestoreDate { get; }
member this.EarliestRestoreDate : Nullable<DateTime>
Public ReadOnly Property EarliestRestoreDate As Nullable(Of DateTime)