ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCUNO Structure / UCD Field




In This Topic
UCD Field
In This Topic
UNO Creation Date (UCD).
Syntax
'Declaration
 
Public UCD As String
 
'Usage
 
Dim instance As ImGearIPTCUNO
Dim value As String
 
value = instance.UCD
 
instance.UCD = value

Field Value

string value.
Remarks
This property represents the UCD element of IPTC UNO structure. The UCD (UNO Creation Date) specifies a 24 hour period in which the further elements of the UNO have to be unique. It also provides a search facility.

Contains 8 bytes in ISO 8601 date format (CCYYMMDD), consisting of numeric characters.

See Also