Partager via


ProjectProperties.CreationTime Property

Definition

Gets uTC Date and time when project was created

[Newtonsoft.Json.JsonProperty(PropertyName="creationTime")]
public DateTimeOffset? CreationTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="creationTime")>]
member this.CreationTime : Nullable<DateTimeOffset>
Public ReadOnly Property CreationTime As Nullable(Of DateTimeOffset)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to