Get the date/time value of a cell on the active worksheet.
Get the date/time value of a cell on the active worksheet.
public EDate GetDate(int,int);
Get the date/time value of a cell on the specified worksheet. Does not change the active sheet.
public EDate GetDate(int,int,int);
Get the date/time value of a cell on the specified worksheet using the Sheet!A1 syntax.
public EDate GetDate(string);
Get the date/time value of a cell on the specified worksheet. Does not change the active sheet.
public EDate GetDate(string,int,int);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | EDate