Gets or sets the date and time of creation of the ICC profile.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DateTime As IccDateTime |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccHeader
Dim value As IccDateTime
instance.DateTime = value
value = instance.DateTime
|
Managed Extensions for C++ | |
---|
public: __property IccDateTime get_DateTime();
public: __property void set_DateTime(
IccDateTime value
); |
Return Value
IccDateTime structure that contains the date and time of creation of the ICC profile.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also