KDCalc Class Library

KDCalcEngine.SetDate Method

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

Overload List

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

public void SetDate(int,int,EDate);

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

public void SetDate(int,int,int,EDate);

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

public void SetDate(int,int,int,string);

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

public void SetDate(int,int,string);

Set the date/time value of a cell on the specified worksheet using the Sheet!A1 syntax.

public void SetDate(string,EDate);

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

public void SetDate(string,int,int,EDate);

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

public void SetDate(string,int,int,string);

Set the date/time value of a cell on the specified worksheet using the Sheet!A1 syntax.

public void SetDate(string,string);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | EDate