NpgsqlInterval.MonthsPerYear Field
					
      
     
    
       Represents the number of months in a year. This field is constant. 
      
        [Visual Basic]
        Public Const MonthsPerYear As 
Integer = 12
 
      
        [C#]
        public const 
int MonthsPerYear = 12;
 
      
      
      See Also
      
        NpgsqlInterval Class | NpgsqlTypes Namespace