ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPDate Class / Month Property




In This Topic
    Month Property
    In This Topic
    Gets or sets Month value.
    Syntax
    'Declaration
     
    Public Property Month As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearXMPDate
    Dim value As ImGearXMPInteger
     
    instance.Month = value
     
    value = instance.Month
    public ImGearXMPInteger Month {get; set;}
    public: __property ImGearXMPInteger* get_Month();
    public: __property void set_Month( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ Month {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

    ImGearXMPInteger class value.
    Remarks
    Valid range is 1..12.
    See Also