LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

DateTime Property (IccHeader)

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.