Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccDateTime Structure
See Also  Members  
Leadtools.ColorConversion Namespace : IccDateTime Structure




Contains date/time information to be used in the calibrationDateTime tag.

Syntax

Visual Basic (Declaration) 
Public Structure IccDateTime 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As IccDateTime
C# 
public struct IccDateTime : ValueType 
Managed Extensions for C++ 
public __value struct IccDateTime : public ValueType 
C++/CLI 
public value class IccDateTime : public ValueType 

Example

For an example, refer to IccDateTimeTagType.

Remarks

  • All the date/time number values in a profile shall be in Coordinated Universal Time (UTC, also known as GMT or ZULU Time). Profile writers are required to convert local time to UTC when setting these values.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.IccDateTime

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