DB2TimeStamp Constructor(DateTime,Int32)
                In This Topic
            
            Initializes a new instance of the 
DB2TimeStamp structure with the specified 
System.DateTime.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Date, _
   ByVal  As Integer _
)
             
        
            
            public DB2TimeStamp( 
   DateTime ,
   int 
)
             
        
             
        
            Parameters
- value
- The specified System.DateTime.
- precision
- An integer value between 0 and 12, determining the number of decimal places of precision.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also