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




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

    Property Value

    ImGearXMPInteger class value.
    Remarks
    Valid range is 0..23.
    See Also