ImageGear .NET - Updated
DateSent Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.IPTC Namespace > ImGearIPTCMetadata Class : DateSent Property
Gets or sets Date Sent IPTC dataset.
Syntax
'Declaration
 
Public Property DateSent As String
'Usage
 
Dim instance As ImGearIPTCMetadata
Dim value As String
 
instance.DateSent = value
 
value = instance.DateSent
public string DateSent {get; set;}
public: __property string* get_DateSent();
public: __property void set_DateSent( 
   string* value
);
public:
property String^ DateSent {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
Remarks
This property accesses the Date Sent DataSet (1:70). The DataSet uses the format CCYYMMDD (century, year, month, day) as defined in ISO 8601 to indicate year, month, and day the service sent the material.

Contains eight bytes, consisting of numeric characters.

Get accessor returns the tag value if the tag is present in the metadata tree, or null otherwise.

Set accessor replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed.

See the IPTC - NAA Information Interchange Model ver. 4.1 specification for tag usage details.

See Also

Reference

ImGearIPTCMetadata Class
ImGearIPTCMetadata Members