次の方法で共有


SmartGroup.StartDateTime プロパティ

定義

スマート グループの作成時間を取得します。 ISO-8601 形式でDate-Time。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象