Create a new EDate object using the current date and time.
Create a new EDate object using the current date and time.
public EDate();
Create an EDate based on a serialNumber.
public EDate(double);
Create an EDate based on the year, month, and day
public EDate(int,int,int);
Create a new EDate object based on a year, month and day, hour, minute, and second.
public EDate(int,int,int,int,int,double);
Create an EDate with a String. EDate will attempt to parse the given String to figure out the format and create a date and time representative of the String.
public EDate(string);
EDate Class | KnowledgeDynamics.KDCalc Namespace