Appointment Constructor(DateTime,TimeSpan)
 
            
                In This Topic
            
            Initializes a new instance of the 
Appointment class with the specified parameters.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As System.Date, _
   ByVal  As System.TimeSpan _
)
             
        
            
            public Appointment( 
   System.DateTime ,
   System.TimeSpan 
)
             
        
             
        
            Parameters
- start
 
- The System.DateTime value which specifies the start date and time of the appointment.
 - duration
 
- The System.TimeSpan value which specifies the duration of the appointment.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also