CloneOperationInformation.CompletionDate 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.
If the operation is complete, the DateTime of completion. If operation is not complete, this is DateTime.MaxValue
[System.Runtime.Serialization.DataMember(Name="completionDate")]
public DateTime CompletionDate { get; set; }
member this.CompletionDate : DateTime with get, set
Public Property CompletionDate As DateTime
Property Value
- Attributes