KDCalc Class Library

KDCalcEngine.GetDate Method

Get the date/time value of a cell on the active worksheet.

Overload List

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);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | EDate