VB Syntax
String CTCalendars.MakeSchedule2( _
String Key, _
Long Reload, _
Long StartDate, _
Long EndDate, _
String IndexKey, _
Long stubDate, _
Boolean startFromEnd, _
Boolean longFinal)
Excel Spreadsheet Syntax
=CT.SCH.MakeSchedule2(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell StartDate,
Excel Numeric Cell EndDate,
Excel String Cell IndexKey,
Excel Numeric Cell stubDate,
Excel Boolean Value Cell startFromEnd,
Excel Boolean Value Cell longFinal)
C++ Syntax
static std::string MakeSchedule2(
std::string Key,
long Reload,
long StartDate,
long EndDate,
std::string IndexKey,
long stubDate,
bool startFromEnd,
bool longFinal);
DotNET Syntax
System.String CTCalendarsSA.MakeSchedule2(
System.String Key,
System.Int32 Reload,
System.Int32 StartDate,
System.Int32 EndDate,
System.String IndexKey,
System.Int32 stubDate,
System.Boolean startFromEnd,
System.Boolean longFinal);