Chameleon and Iguana Plugin C# Class Libraries

ChameleonDateTime Constructor (IntPtr)

Construct a ChameleonDateTime object with the specified integer date/time handle.

[Visual Basic]
Overloads Public Sub New( _
   ByVal handle As IntPtr _
)
[C#]
public ChameleonDateTime(
   IntPtr handle
);

Remarks

This constructor is used in the internal implementation of Chameleon and should not be invoked directly. An instance created with this constructor does not need to be disposed of.

See Also

ChameleonDateTime Class | iNTERFACEWARE.Chameleon Namespace | ChameleonDateTime Constructor Overload List