SectionResponse.CreationDate Property

Definition

The creation date and time of the section.

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

Property Value

Attributes

Applies to