ImageGear v26.5 - Updated March 3, 2025
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

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