Initializes a new instance of the Appointment
class with the specified parameters.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public Appointment( DateTime start, DateTime end ) |
Visual Basic |
---|
Public Sub New ( _ start As DateTime, _ end As DateTime _ ) |
Parameters
- start
- Type: System..::..DateTime
The DateTime value which specifies the start date and time of the appointment.
- end
- Type: System..::..DateTime
The DateTime value which specifies the end date and time of the appointment.