Initializes a new instance of the
Appointment class with the specified parameters.
シンタックス
'宣言
Public Function New( _
ByVal As System.Date, _
ByVal As System.Date, _
ByVal As System.String _
)
public Appointment(
System.DateTime ,
System.DateTime ,
System.string
)
パラメータ
- start
- The System.DateTime value which specifies the start date and time of the appointment.
- end
- The System.DateTime value which specifies the end date and time of the appointment.
- subject
- The System.String value which contains the subject of the appointment.
参照