bigloo.foreign.bgl_month_name C# (CSharp) Method

bgl_month_name() public static method

public static bgl_month_name ( int n ) : byte[]
n int
return byte[]
        public static byte[] bgl_month_name( int n )
        {
            return month_names[n - 1];
        }
foreign