ImageGear .NET v24.12 - Updated
UCD Field




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.IPTC Namespace > ImGearIPTCUNO Structure : UCD Field
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
public string UCD
public: string* UCD
public:
String^ UCD

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

Reference

ImGearIPTCUNO Structure
ImGearIPTCUNO Members