ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPDate Class / ImGearXMPDate Constructor / ImGearXMPDate Constructor()




In This Topic
    ImGearXMPDate Constructor()
    In This Topic
    Initializes a new instance of the ImGearXMPDate class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearXMPDate()
    public ImGearXMPDate()
    public: ImGearXMPDate();
    public:
    ImGearXMPDate();

    Return Value

    New instance of the ImGearXMPDate class object.
    Remarks
    This constructor creates an instance of the ImGearXMPDate class and initializes its members to default values.
    See Also