public static Date nextDate(Date d, bool mainCycle) { Date ret = new Date(NQuantLibcPINVOKE.ASX_nextDate__SWIG_0(Date.getCPtr(d), mainCycle), true); if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }