ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPDate Class / Fraction Property




In This Topic
Fraction Property
In This Topic
Gets or sets fraction of a second value.
Syntax
'Declaration
 
Public Property Fraction As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPDate
Dim value As ImGearXMPInteger
 
instance.Fraction = value
 
value = instance.Fraction

Property Value

ImGearXMPInteger class value.
Remarks
The value must be positive.
See Also