GitPullRequestIteration.CreatedDate 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.
The creation date of the pull request iteration.
[System.Runtime.Serialization.DataMember]
public Nullable<DateTime> CreatedDate { get; set; }
member this.CreatedDate : Nullable<DateTime> with get, set
Public Property CreatedDate As Nullable(Of DateTime)
Property Value
- Attributes