ImageGear .NET - Updated
ZoneOffsetHour Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPDate Class : ZoneOffsetHour Property
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

Reference

ImGearXMPDate Class
ImGearXMPDate Members