In This Topic
            
            Initializes a new instance of the 
DB2Time structure with the specified 
System.TimeSpan.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As TimeSpan _
)
             
        
            
            public DB2Time( 
   TimeSpan 
)
             
        
             
        
            Parameters
- value
- The specified System.TimeSpan.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also