[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata date.xml, 1.16, 1.17
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-10-19 09:54:03
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17386/gensrc/metadata Modified Files: date.xml Log Message: Index: date.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/date.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** date.xml 19 Oct 2006 09:11:12 -0000 1.16 --- date.xml 19 Oct 2006 09:53:57 -0000 1.17 *************** *** 68,72 **** </Procedure> ! <!--<Procedure name='qlMaxDate'> <description>returns the latest date allowed in QuantLib.</description> <alias>QuantLib::Date::maxDate</alias> --- 68,72 ---- </Procedure> ! <Procedure name='qlMaxDate2'> <description>returns the latest date allowed in QuantLib.</description> <alias>QuantLib::Date::maxDate</alias> *************** *** 81,85 **** <tensorRank>scalar</tensorRank> </ReturnValue> ! </Procedure>--> <Procedure name='qlIsLeap'> --- 81,85 ---- <tensorRank>scalar</tensorRank> </ReturnValue> ! </Procedure> <Procedure name='qlIsLeap'> *************** *** 146,150 **** </Procedure> ! <!--<Procedure name='qlNextWeekday'> <description>Returns the next given weekday following or equal to the given date (e.g., the Friday following Tuesday, January 15th, 2002 was January 18th, 2002).</description> <alias>QuantLib::Date::nextWeekday</alias> --- 146,150 ---- </Procedure> ! <Procedure name='qlNextWeekday'> <description>Returns the next given weekday following or equal to the given date (e.g., the Friday following Tuesday, January 15th, 2002 was January 18th, 2002).</description> <alias>QuantLib::Date::nextWeekday</alias> *************** *** 159,163 **** <description>date</description> </Parameter> ! <Parameter name='weekday' libraryType='QuantLib::Weekday'> <type>string</type> <tensorRank>scalar</tensorRank> --- 159,163 ---- <description>date</description> </Parameter> ! <Parameter name='weekday' enumeration='QuantLib::Weekday'> <type>string</type> <tensorRank>scalar</tensorRank> *************** *** 180,194 **** <ParameterList> <Parameters> ! <Parameter name='n-th'> <type>long</type> <tensorRank>scalar</tensorRank> <description>ordinal number (greater than zero, less than 6)</description> </Parameter> ! <Parameter name='weekday' libraryType='QuantLib::Weekday'> ! <type>string</type> ! <tensorRank>scalar</tensorRank> ! <description>Weekday (e.g. Wednesday, or Wed).</description> </Parameter> ! <Parameter name='month' libraryType='QuantLib::Month'> <type>string</type> <tensorRank>scalar</tensorRank> --- 180,194 ---- <ParameterList> <Parameters> ! <Parameter name='nth'> <type>long</type> <tensorRank>scalar</tensorRank> <description>ordinal number (greater than zero, less than 6)</description> </Parameter> ! <Parameter name='weekday' enumeration='QuantLib::Weekday'> ! <type>string</type> ! <tensorRank>scalar</tensorRank> ! <description>Weekday (e.g. Wednesday, or Wed).</description> </Parameter> ! <Parameter name='month' enumeration='QuantLib::Month'> <type>string</type> <tensorRank>scalar</tensorRank> *************** *** 206,210 **** <tensorRank>scalar</tensorRank> </ReturnValue> ! </Procedure>--> <Procedure name='qlIsIMMdate'> --- 206,210 ---- <tensorRank>scalar</tensorRank> </ReturnValue> ! </Procedure> <Procedure name='qlIsIMMdate'> |