Question.CreatedDate Property

Definition

Timestamp indicating when the question was created (yyyy-MM-ddTHH:mm:ss.fffZ)

[System.Text.Json.Serialization.JsonPropertyName("created")]
public DateTime? CreatedDate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("created")>]
member this.CreatedDate : Nullable<DateTime> with get, set
Public Property CreatedDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to