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




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

    Property Value

    ImGearXMPInteger class value.
    Remarks
    Represents the Hour value of the Time Zone Offset. Valid range is -23..23. Negative values correspond to local time which is behind the Universal Coordinated Time (UTC); Positive values correspond to local time which is ahead of the UTC.
    See Also