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




In This Topic
Second Property (ImGearXMPDate)
In This Topic
Gets or sets Second value.
Syntax
'Declaration
 
Public Property Second As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPDate
Dim value As ImGearXMPInteger
 
instance.Second = value
 
value = instance.Second

Property Value

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