Construct a ChameleonDateTime object.
Construct a ChameleonDateTime object.
public ChameleonDateTime();
 Construct a ChameleonDateTime object from the double dblValue representation of an OLE Automation Date. 
public ChameleonDateTime(double);
 Construct a ChameleonDateTime object from the long longValue representation of an OLE Automation Date. 
public ChameleonDateTime(long);
Construct a ChameleonDateTime object with the specified integer date/time handle.
public ChameleonDateTime(IntPtr);
Construct a ChameleonDateTime object from the string representation of a date/time.
public ChameleonDateTime(string);