System.@__DateTime.DaysInMonth32 C# (CSharp) Method

DaysInMonth32() private static method

private static DaysInMonth32 ( global @__envp, global @__class, int year, int month ) : int
@__envp global
@__class global
year int
month int
return int
        private static int DaysInMonth32(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, int year, int month)
        {
            // (II)I
            // (II)I
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            int @__return = default(int);
            try {
            @__return = ((int)(global::System.DateTime.DaysInMonth(year, month)));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }