ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPDate Class / ZoneOffsetMinute Property




In This Topic
ZoneOffsetMinute Property
In This Topic
Gets or sets Zone Offset Minute value.
Syntax
'Declaration
 
Public Property ZoneOffsetMinute As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPDate
Dim value As ImGearXMPInteger
 
instance.ZoneOffsetMinute = value
 
value = instance.ZoneOffsetMinute

Property Value

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