Scheduler for WinForms
Start プロパティ (Appointment)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス : Start プロパティ
Gets or sets the System.DateTime value determining the start date and time of the appointment.
シンタックス
'宣言
 
Public Property Start As System.Date
public System.DateTime Start {get; set;}
解説

If the AllDayEvent property is set to true, then the start date of the appointment is the System.DateTime.Date of the Start, and the start time of the appointment is 0:00.

At setting this property, if it's time is not equal 0:00, the AllDayEvent property will be set to false.

参照

Appointment クラス
Appointment メンバ