KDCalc Class Library

IComInterop.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.

EDate GetDate(int,int);

Get the date/time value of a cell on the specified worksheet. Does not change the active sheet.

EDate GetDate(int,int,int);

Get the date/time value of a cell on the specified worksheet. Does not change the active sheet.

EDate GetDate(string,int,int);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | EDate