NpgsqlInterval Constructor (TimeSpan)
      
     
    
       Initializes a new NpgsqlInterval to hold the same time as a TimeSpan
      
        [Visual Basic]
        Overloads Public Sub New( _
   ByVal 
timespan As 
TimeSpan _
)
 
      
        [C#]
        public NpgsqlInterval(   
TimeSpan timespan);
 
      Parameters
      
        - 
          timespan
        
- A time period expressed in a TimeSpan
See Also
      
        NpgsqlInterval Class | NpgsqlTypes Namespace | NpgsqlInterval Constructor Overload List