次の方法で共有


ApiRevisionContract.CreatedDateTime プロパティ

定義

API リビジョンが作成された時刻を取得します。 日付は、ISO 8601 標準で指定されている yyyy-MM-ddTHH:mm:ssZ の形式に準拠しています。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象