C1.Silverlight.Schedule.5
Appointment Constructor(DateTime,DateTime)

The System.DateTime value which specifies the start date and time of the appointment.
The System.DateTime value which specifies the end date and time of the appointment.
Initializes a new instance of the Appointment class with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
)
public Appointment( 
   System.DateTime start,
   System.DateTime end
)

Parameters

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.
See Also

Reference

Appointment Class
Appointment Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.