Compartir a través de


ApiReleaseContract.CreatedDateTime Propiedad

Definición

Obtiene la hora en que se publicó la API. La fecha se ajusta al siguiente formato: aaaa-MM-ddTHH:mm:ssZ según lo especificado por la norma ISO 8601.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a