'宣言 Public Overloads Sub NewAppointmentDialog( _ ByVal start As System.Date, _ ByVal end As System.Date, _ ByVal allDayEvent As System.Nullable(Of Boolean) _ )
public void NewAppointmentDialog( System.DateTime start, System.DateTime end, System.Nullable<bool> allDayEvent )
パラメータ
- start
- The start value.
- end
- The end value.
- allDayEvent
- The System.Boolean value specifying whether appointment is all-day event.