言語

ScheduleDefinition.StartDateTime プロパティ

定義

スケジュールの開始日と時間を決めたり、設定したりします。

public:
 property DateTime StartDateTime { DateTime get(); void set(DateTime value); };
public DateTime StartDateTime { get; set; }
member this.StartDateTime : DateTime with get, set
Public Property StartDateTime As DateTime

プロパティ値

スケジュールの開始日時を含む DateTime 値です。

適用対象