Attributes.Created プロパティ

定義

UTC で作成時刻を取得します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="created")]
public DateTime? Created { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="created")>]
member this.Created : Nullable<DateTime>
Public ReadOnly Property Created As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象