Chameleon and Iguana Plugin C# Class Libraries

ChameleonDateTime Constructor

Construct a ChameleonDateTime object.

Overload List

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

See Also

ChameleonDateTime Class | iNTERFACEWARE.Chameleon Namespace