ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCPictureNumber Structure / DateIdentifier Field




In This Topic
    DateIdentifier Field
    In This Topic
    Indicates the date the picture number was generated.
    Syntax
    'Declaration
     
    Public DateIdentifier As String
    'Usage
     
    Dim instance As ImGearIPTCPictureNumber
    Dim value As String
     
    value = instance.DateIdentifier
     
    instance.DateIdentifier = value
    public string DateIdentifier
    public: string* DateIdentifier
    public:
    String^ DateIdentifier

    Field Value

    string value.
    Remarks
    This property contains eight numeric characters using the format CCYYMMDD (century, year, month, day) as defined in ISO 8601 to indicate year, month, and day the picture number was generated.
    See Also