Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

DateTime Property (IccHeader)






Gets or sets the date and time of creation of the ICC profile.
Syntax
public IccDateTime DateTime {get; set;}
'Declaration
 
Public Property DateTime As IccDateTime
'Usage
 
Dim instance As IccHeader
Dim value As IccDateTime
 
instance.DateTime = value
 
value = instance.DateTime

            

            
public:
property IccDateTime DateTime {
   IccDateTime get();
   void set (    IccDateTime value);
}

Property Value

IccDateTime structure that contains the date and time of creation of the ICC profile.
Requirements

Target Platforms

See Also

Reference

IccHeader Structure
IccHeader Members

Error processing SSI file